Commit graph

279 commits

Author SHA1 Message Date
Romain Bignon
a21b6f19d2 fix author parsing (when there is a link) 2010-04-17 14:03:51 +02:00
Romain Bignon
bc5d9911f1 ability to select a specific backend, and to display or not NSFW videos 2010-04-17 13:37:58 +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
88ba102ab9 remove from repository generated ui python files 2010-04-17 13:08:02 +02:00
Romain Bignon
d605d30588 improvement 2010-04-17 13:03:12 +02:00
Romain Bignon
74deb97d6a aibility to play video with phonon 2010-04-17 12:21:55 +02:00
Romain Bignon
82c59cf612 pyflakes fixes 2010-04-17 11:34:07 +02:00
Romain Bignon
e88247e495 implement scheduler functions 2010-04-17 11:33:59 +02:00
Romain Bignon
eb3b8a7165 new frontend. qvideoob 2010-04-17 11:21:31 +02:00
Romain Bignon
baa2fd937a on mosaic, parse preview_url, duration and rating 2010-04-17 11:21:03 +02:00
Romain Bignon
c3f6618bc8 new QtApplication class 2010-04-17 11:20:48 +02:00
Romain Bignon
3d02ff23a0 new preview_url attribute 2010-04-17 11:20:33 +02:00
Romain Bignon
0bd6951873 do not use a specific parser 2010-04-16 20:12:33 +02:00
Romain Bignon
3f9083df27 documentation 2010-04-16 20:11:36 +02:00
Christophe Benz
f8e2016d59 get_parser returns class instead of object 2010-04-16 19:41:06 +02:00
Christophe Benz
77881978e3 add __all__ 2010-04-16 19:41:06 +02:00
Christophe Benz
ebb41734d5 remove unused cap 2010-04-16 19:41:06 +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
Romain Bignon
384e3521c7 factorization 2010-04-16 18:44:55 +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
db11f16d49 beautify code 2010-04-16 18:11: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
ed0e1989f8 use new style classes 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
15625b9fa7 Browser.home()'s default behavior is to go on PROTOCOL://DOMAIN 2010-04-16 17:18:40 +02:00
Romain Bignon
be642f00e9 works when there are default arguments 2010-04-16 17:13:25 +02:00
Romain Bignon
ba2f1cf99a Video contains 'rating_max' information 2010-04-16 16:50:12 +02:00
Romain Bignon
a03f98ff3e call ICapVideoProvider.get_video() 2010-04-16 16:46:34 +02:00
Romain Bignon
6327e73b3a implement ICapVideoProvider.get_video() 2010-04-16 16:46:17 +02:00
Romain Bignon
f02f0ec717 ICapVideoProvider.get_video() method to get a Video object from ID 2010-04-16 16:45:48 +02:00
Romain Bignon
de25e6d05b fix 2010-04-16 16:33:28 +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
Juke
2d2b26b311 Adopt PEP-8 Style convention 2010-04-16 13:01:15 +02:00
Romain Bignon
daa27da3ce Weboob.iter_backends() does not return backend name anymore 2010-04-16 11:31:08 +02:00
Romain Bignon
3ea53cd2f0 Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/romain/weboob 2010-04-16 10:25:14 +02:00
Juke
28dc6f83ca Stupid None assignement 2010-04-16 09:25:42 +02:00
Christophe Benz
3626183786 add copyright, author's email, url and dependencies to setup.py 2010-04-16 09:25:41 +02:00
Romain Bignon
b4de0f3805 Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/juke/weboob 2010-04-15 14:24:27 +02:00