Commit graph

154 commits

Author SHA1 Message Date
Christophe Benz
fe61b5ea3a oops 2010-06-02 16:48:47 +02:00
Christophe Benz
3e6ac8c53f handle import error for prettytable 2010-06-02 16:48:44 +02:00
Christophe Benz
676a95047d enhance formatters, add table formatter 2010-06-02 02:01:33 +02:00
Romain Bignon
ceea7e45ea set application name (refs #289) 2010-05-28 13:45:11 +02:00
Christophe Benz
e6d842dfc4 add -s "*" option allowing to display all fields without keys 2010-05-21 19:21:06 +02:00
Christophe Benz
2ddc249b2b enhance formatters 2010-05-21 19:19:28 +02:00
Christophe Benz
fad7d2d56c add ability to add application specific options 2010-05-21 19:18:46 +02:00
Christophe Benz
15d253133b stricter id2url decorator 2010-05-20 16:29:19 +02:00
Christophe Benz
0de0f2a768 rewrite video decorators to be in browser 2010-05-20 11:49:05 +02:00
Romain Bignon
89c11ca4a0 fix pyflakes errors 2010-05-20 10:42:20 +02:00
Romain Bignon
c1279aa496 new API in BaseBackend to create browser 2010-05-20 10:39:49 +02:00
Christophe Benz
a9c8c93965 add new lxmlsoup parser 2010-05-20 01:33:54 +02:00
Romain Bignon
99c64d4849 ability to set a proxy address 2010-05-19 15:25:40 +02:00
Christophe Benz
da00520ad7 rewrite ConsoleApplication.ask with standard modules 2010-05-19 11:54:49 +02:00
Christophe Benz
b6f3b39744 fix pyflakes errors 2010-05-19 11:16:06 +02:00
Romain Bignon
72981cdc30 do not use retry() with submit() and follow_link(), because the state is lost 2010-05-18 12:53:52 +02:00
Christophe Benz
09e2e74d34 add decorator to retry failed requests 2010-05-16 17:42:39 +02:00
Christophe Benz
20850bc1a1 rename decorator 2010-05-16 02:18:26 +02:00
Christophe Benz
8344824970 start working on chat capability 2010-05-15 21:10:33 +02:00
Christophe Benz
0c425a2e9b no more need to print format result 2010-05-15 04:56:59 +02:00
Christophe Benz
57b2243ada implement where condition 2010-05-15 04:55:30 +02:00
Christophe Benz
0c82c3bd4c oops, bad arguments in user message 2010-05-14 19:08:57 +02:00
Christophe Benz
fbc142981b display available backends to user if none was found 2010-05-14 19:02:09 +02:00
Christophe Benz
eb2c25758d return loaded backends / modules 2010-05-14 19:01:16 +02:00
Christophe Benz
cdc58a0afc use error instead of debug for import error 2010-05-14 17:43:53 +02:00
Christophe Benz
5098c4c9d2 except CallErrors from ConsoleApplication 2010-05-14 17:33:57 +02:00
Christophe Benz
8316971aba use logging instead of stderr 2010-05-14 17:33:57 +02:00
Romain Bignon
0dbf00f7ac new method BaseBrowser.buildurl() 2010-05-12 11:05:45 +02:00
Christophe Benz
27242e80ba fix imports 2010-05-11 17:07:23 +02:00
Christophe Benz
e0eddf0299 beautify code 2010-05-11 16:55:58 +02:00
Christophe Benz
40d5cc3e0e change Results API 2010-05-11 16:55:55 +02:00
Christophe Benz
eb9118133b fix for not Results-API compliant frontends 2010-05-11 15:07:17 +02:00
Christophe Benz
73ffa6c6f1 Results API 2010-05-05 19:03:38 +02:00
Romain Bignon
fbf639993b misc 2010-05-01 14:41:09 +02:00
Romain Bignon
c77acdbef4 new getBacktrace() function 2010-04-30 18:09:01 +02:00
Romain Bignon
1103e7f79b sometimes sys.stdin.encoding is None 2010-04-30 14:02:59 +02:00
Romain Bignon
926a25b992 Merge branch 'threads'
Conflicts:
	weboob/frontends/videoob/application.py
2010-04-29 11:10:19 +02:00
Christophe Benz
85060b4c3b unused imports 2010-04-28 14:54:28 +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
2650c32b24 lock on Browser (snif) 2010-04-27 01:14:22 +02:00
Romain Bignon
680e149a41 command 'help' 2010-04-26 20:09:58 +02:00
Christophe Benz
bfc2258669 decode sys.argv 2010-04-26 19:22:24 +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
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
a311ba455f add bash completion 2010-04-22 17:15:55 +02:00
Romain Bignon
0a79360975 display error message for each methods to change page 2010-04-22 17:12:55 +02:00