Commit graph

112 commits

Author SHA1 Message Date
Roger Philibert
cd8d0b638a new video interface 2010-04-20 03:06:31 +02:00
Christophe Benz
8a08c79616 code clean 2010-04-20 03:05:40 +02:00
Christophe Benz
79c21c3290 switch to new video interface 2010-04-20 03:04:53 +02:00
Romain Bignon
90396044b5 implement ICapVideoProvider.get_video() 2010-04-17 18:08:59 +02:00
Romain Bignon
ecb21905a4 fix watching gay porn (not tested, don't worry) 2010-04-17 18:08:09 +02:00
Romain Bignon
911cdc134b new parameter 'sortby' to searches (relevance, rating, views and date) 2010-04-17 17:28:29 +02:00
Romain Bignon
f1ee6d674a implement ICapVideoProvider.iter_search_results() 2010-04-17 17:27:23 +02:00
Romain Bignon
a21b6f19d2 fix author parsing (when there is a link) 2010-04-17 14:03:51 +02:00
Romain Bignon
35c0c7385b new 'nsfw' Video attribute 2010-04-17 13:37:48 +02:00
Romain Bignon
ba257b41da unused import 2010-04-17 13:09:03 +02:00
Romain Bignon
82c59cf612 pyflakes fixes 2010-04-17 11:34:07 +02:00
Romain Bignon
baa2fd937a on mosaic, parse preview_url, duration and rating 2010-04-17 11:21:03 +02:00
Romain Bignon
0bd6951873 do not use a specific parser 2010-04-16 20:12:33 +02:00
Romain Bignon
d5c4304099 fix 2010-04-16 19:39:22 +02:00
Romain Bignon
d61d26dda9 translate abstract methods to new API 2010-04-16 18:45:08 +02:00
Christophe Benz
0ff9e3acaf correct youporn backend to use new classes 2010-04-16 18:24:34 +02:00
Christophe Benz
585e9de870 oops 2010-04-16 18:14:52 +02:00
Christophe Benz
d16a44ffbd remove tostring() from Browser 2010-04-16 18:11:52 +02:00
Christophe Benz
ae34c7b088 [youtube] enhance regex 2010-04-16 18:11:52 +02:00
Christophe Benz
cebcead318 add __all__ variable to many modules 2010-04-16 18:11:52 +02:00
Christophe Benz
8638024756 rename parser/parsers module, add get_parsers() with preference_order 2010-04-16 18:11:52 +02:00
Christophe Benz
54cc3b0a4a unused code, imports, or variables 2010-04-16 18:11:52 +02:00
Christophe Benz
42de7aa5a3 rename BasePage.loaded() to on_loaded() 2010-04-16 18:11:52 +02:00
Christophe Benz
3b312923ea rename backends.aum.adopte to backends.aum.browser 2010-04-16 18:11:52 +02:00
Christophe Benz
2ca57c15a8 rename Browser to BaseBrowser 2010-04-16 18:11:52 +02:00
Christophe Benz
a09658d6cf rename Backend to BaseBackend 2010-04-16 18:11:52 +02:00
Romain Bignon
e3ad695346 implement ICapVideoProvider.iter_search_results() 2010-04-16 17:19:19 +02:00
Romain Bignon
ba2f1cf99a Video contains 'rating_max' information 2010-04-16 16:50:12 +02:00
Romain Bignon
6327e73b3a implement ICapVideoProvider.get_video() 2010-04-16 16:46:17 +02:00
Romain Bignon
c52dd41382 new backend: youporn 2010-04-16 15:24:12 +02:00
Romain Bignon
3703adb44e use LxmlHtmlParser as default parser 2010-04-16 14:06:28 +02:00
Roger Philibert
010b608348 add backend youjizz 2010-04-15 12:47:15 +02:00
Roger Philibert
1f91aa247c better code and check youtube.com is in url 2010-04-15 12:47:15 +02:00
Romain Bignon
fa5c6ba5cb fix instanciation of parser 2010-04-15 12:47:14 +02:00
Romain Bignon
7663f288a9 fix bnporc to use history 2010-04-14 11:39:58 +02:00
Romain Bignon
c086dc7c6a works with no storage 2010-04-14 11:33:11 +02:00
Romain Bignon
319fdb0576 fix confirm page pattern 2010-04-14 11:33:02 +02:00
Romain Bignon
3ebdea9faf several fixes 2010-04-14 09:49:10 +02:00
Romain Bignon
9c828733ab Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/juke/weboob 2010-04-14 00:44:55 +02:00
Juke
9363333b34 ADD plateform to disting late_reason and plateform 2010-04-13 19:17:01 +02:00
Christophe Benz
90e3ffad1f follow API 2010-04-13 16:48:26 +02:00
Christophe Benz
a39b7904b1 use html5lib parser 2010-04-13 16:47:27 +02:00
Christophe Benz
4d82163b41 add video title command 2010-04-13 16:02:13 +02:00
Romain Bignon
6c18b30389 new backend: yweather (Yahoo Weather) 2010-04-12 22:04:17 +02:00
Christophe Benz
89218af7c1 new frontend videoob and new backend for youtube 2010-04-12 16:57:38 +02:00
Romain Bignon
2f297530a8 new Message attribute 'is_html' 2010-04-12 13:45:33 +02:00
Romain Bignon
5db21d01a6 fix detection of new messages 2010-04-12 13:36:15 +02:00
Romain Bignon
b3a6596d25 [aum] new 'profiles walker' optimization feature 2010-04-11 18:07:10 +02:00
Romain Bignon
33922ca89e BackendStorage class to encapsulate storage for a specific backend 2010-04-11 18:05:37 +02:00
Romain Bignon
637875c49a [aum] aibility to post answers 2010-04-11 12:03:59 +02:00