Commit graph

2,919 commits

Author SHA1 Message Date
Christophe Benz
c39f9d177e add basic videoob-web frontend 2010-04-27 11:32:50 +02:00
Christophe Benz
109fb65f01 remove unused http frontend 2010-04-27 11:32:50 +02:00
Romain Bignon
66fa086574 Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/cbenz/weboob
Conflicts:
	weboob/backends/youtube/backend.py
	weboob/backends/youtube/browser.py
	weboob/backends/youtube/pages/results.py
	weboob/backends/youtube/pages/video.py
2010-04-27 09:18:16 +02:00
Romain Bignon
7c502ca236 use Weboob.do insteal of deprecated iter_backends in some frontends 2010-04-27 01:37:26 +02:00
Romain Bignon
ad240e7aed use lock on Browser 2010-04-27 01:37:19 +02:00
Romain Bignon
2650c32b24 lock on Browser (snif) 2010-04-27 01:14:22 +02:00
Romain Bignon
8b822dcd09 BaseBackend has now a mutex and can be used in a 'with' statement to lock it 2010-04-27 00:59:59 +02:00
Romain Bignon
adb77fc586 new methods Weboob.do() and Weboob.do_caps() to do asynchronous calls 2010-04-27 00:59:31 +02:00
Romain Bignon
ad4fc17a89 new BackendsCall class to do asynchronous calls to backends methods 2010-04-27 00:59:13 +02:00
Romain Bignon
c04ec72086 fix viewed profiles storing 2010-04-26 20:11:22 +02:00
Romain Bignon
b848347b7c factorisation: add a 'services' system 2010-04-26 20:10:22 +02:00
Romain Bignon
680e149a41 command 'help' 2010-04-26 20:09:58 +02:00
Christophe Benz
f7a46ad70d add --nsfw option to videoob 2010-04-26 19:47:01 +02:00
Christophe Benz
04820fd782 removed unused command 2010-04-26 19:46:32 +02:00
Christophe Benz
9d229be8b1 display friendly message if dependency is missing 2010-04-26 19:46:15 +02:00
Christophe Benz
7996c1e05a remove page_url attribue, better check types for numbers 2010-04-26 19:22:45 +02:00
Christophe Benz
bfc2258669 decode sys.argv 2010-04-26 19:22:24 +02:00
Christophe Benz
9fe8053052 simplify search command code 2010-04-26 19:21:58 +02:00
Christophe Benz
9d7d8692ba add nsfw parameter for video search 2010-04-26 19:21:21 +02:00
Christophe Benz
eaff02715f Add Debian note to INSTALL 2010-04-26 19:20:03 +02:00
Christophe Benz
ce83fb011f bugfix #264: use gdata API for youtube 2010-04-26 19:19:55 +02:00
Romain Bignon
31433c1610 inherit the Scheduler class' threads based event loop 2010-04-26 18:12:53 +02:00
Romain Bignon
1795d16112 use threading.Timer instead of the sched module 2010-04-26 18:12:23 +02:00
Romain Bignon
ffe22cf819 fix read of 'nsfw' setting 2010-04-26 17:14:25 +02:00
Romain Bignon
31863d3171 support URLs and IDs with '-' in 2010-04-26 17:14:15 +02:00
Laurent Bachelier
eedb2a7b55 Proper wording 2010-04-24 17:11:24 +02:00
Romain Bignon
3b0db70c64 do not call the deprecated attribute Exception.message 2010-04-24 17:07:55 +02:00
Christophe Benz
66a460bb60 oops missing method 2010-04-23 14:53:21 +02:00
Christophe Benz
9fe6bc976f simplify bash completion 2010-04-23 01:12:45 +02:00
Christophe Benz
7ce617f0e4 add explanations for bash completion 2010-04-22 17:15:55 +02:00
Christophe Benz
a311ba455f add bash completion 2010-04-22 17:15:55 +02:00
Christophe Benz
69bdb100c4 Merge branch 'master' of git://git.symlink.me/pub/romain/weboob 2010-04-22 17:15:51 +02:00
Romain Bignon
6538b4b657 correctly decode Subject 2010-04-22 17:12:55 +02:00
Romain Bignon
0a79360975 display error message for each methods to change page 2010-04-22 17:12:55 +02:00
Christophe Benz
5527617640 use new enabled_backends feature 2010-04-22 17:12:55 +02:00
Christophe Benz
b3a71d513e remove help command, prefer --help 2010-04-22 17:12:55 +02:00
Christophe Benz
f17324361c simplify option parsing 2010-04-22 17:12:55 +02:00
Romain Bignon
7296a32c6f display error message for each methods to change page 2010-04-22 15:27:55 +02:00
Romain Bignon
7a7f373018 fix call of post_reply() 2010-04-22 15:17:21 +02:00
Romain Bignon
e7c3ee60b8 I'm not a robot, so disable the check of permissions in robots.txt. 2010-04-22 15:14:29 +02:00
Christophe Benz
66bf668ebe put debug only on error 2010-04-22 15:14:28 +02:00
Christophe Benz
952d99adaa debug message on opening url 2010-04-22 15:14:28 +02:00
Romain Bignon
d0c7213489 display duration in seach results instead of always empty page url 2010-04-22 09:11:11 +02:00
Romain Bignon
0ad2893d96 oops 2010-04-21 14:04:42 +02:00
Romain Bignon
71e104595a Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/cbenz/weboob
Conflicts:
	weboob/tools/application/console.py
2010-04-21 00:23:11 +02:00
Romain Bignon
40a118283f display available commands in ConsoleApplication's --help 2010-04-21 00:15:37 +02:00
Roger Philibert
f89ad92bed remove useless print 2010-04-21 00:00:17 +02:00
Romain Bignon
ccf4303cc0 new attributes and code improvement 2010-04-20 23:58:51 +02:00
Roger Philibert
02c6ae851c fix pyflakes 2010-04-20 23:58:27 +02:00
Roger Philibert
3c75656825 fix bug with multiple arguments for command 2010-04-20 23:55:23 +02:00