Commit graph

2,050 commits

Author SHA1 Message Date
Romain Bignon
742578c5ae icon for francetelevisions 2011-06-26 14:01:42 +02:00
Romain Bignon
41a60f4e82 rename 'pluzz' backend to 'francetelevisions' 2011-06-26 14:01:04 +02:00
Romain Bignon
654af3ecc4 command 'download' supports mms streams 2011-06-25 13:50:13 +02:00
Romain Bignon
8624889053 fix URL of stream 2011-06-25 13:49:48 +02:00
Romain Bignon
73ec029b43 new backend pluzz (closes #426) 2011-06-25 12:59:30 +02:00
Romain Bignon
aa6772a32b script to release weboob 2011-06-22 16:21:41 +02:00
Romain Bignon
2a81e8d950 fix licenses to AGPLv3+ 2011-06-22 16:20:20 +02:00
Romain Bignon
c26f7170bc remove unused import 2011-06-21 13:20:41 +02:00
Romain Bignon
49b46ff095 clean code 2011-06-21 13:17:59 +02:00
Romain Bignon
99eff17554 fix handle of urls (closes #675) 2011-06-21 13:11:35 +02:00
Romain Bignon
2316872c0c more generic test in creation of config file (closes #556) 2011-06-21 12:48:40 +02:00
Romain Bignon
8be0f5e3dd fix parsing of search results 2011-06-21 12:08:52 +02:00
Laurent Bachelier
0a73b9e963 pastoob: Don't crash if sys.stdout.encoding is None 2011-05-31 15:59:12 +02:00
Romain Bignon
e829406c78 fix parsing torrents in results (closes #663) 2011-05-31 09:12:18 +02:00
Romain Bignon
ede537b1e1 update AUTHORS 2011-05-30 23:33:19 +02:00
Laurent George
27d659376e should fix #645 (and should help to display profile name in qhavesex too)
Signed-off-by: setooo <setog@interzone>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-05-30 23:28:12 +02:00
Romain Bignon
27d6614f38 remove useless imports 2011-05-29 23:29:57 +02:00
Romain Bignon
5cd8d92274 support all wiki pages names 2011-05-29 23:29:46 +02:00
Romain Bignon
bc8d8f51a6 support more URLs 2011-05-29 14:38:58 +02:00
Romain Bignon
473d45f5f1 bank account IDs are also stored in keyring (closes #565) 2011-05-21 10:35:18 +02:00
Romain Bignon
a255916fa3 support new config management and login callback in applications 2011-05-21 10:28:27 +02:00
Romain Bignon
cb1372b99f new class BackendConfig to manage backend configs 2011-05-21 10:26:57 +02:00
Romain Bignon
be2be4af9c add a callbacks system 2011-05-21 10:26:31 +02:00
Romain Bignon
67b795c585 add ValueBackendPassword which supports keyrings 2011-05-21 10:26:01 +02:00
Romain Bignon
9bef9d5666 fix support of forum URLs 2011-05-20 16:18:59 +02:00
Romain Bignon
d600e763b3 do not run player in background (closes #664) 2011-05-18 11:44:20 +02:00
Romain Bignon
3a0a9f97d4 oops missing import 2011-05-16 11:34:33 +02:00
Romain Bignon
d582d367dc don't crash when website is not available 2011-05-16 11:24:11 +02:00
Romain Bignon
d15e2ab65e fix recursive loop 2011-05-16 10:36:58 +02:00
Romain Bignon
1c418763a6 fix parsing of lives in search results 2011-05-12 16:33:12 +02:00
Romain Bignon
908e32a713 fix command 'inspect' to don't crash if there isn't any browser 2011-05-12 15:02:40 +02:00
Romain Bignon
4931d1ecac fix parsing of duration 2011-05-11 23:20:17 +02:00
Romain Bignon
c6443b9725 fix when lefigaro's feed is wrong 2011-05-11 16:50:07 +02:00
Romain Bignon
0e430f9ccc fix when website is offline 2011-05-11 16:36:42 +02:00
Romain Bignon
2f07993c97 fix ipinfodb when no coordinates are given from web server 2011-05-11 16:36:41 +02:00
Romain Bignon
c55ccd4ee4 restore the account_list formatter to the 'list' command 2011-05-11 16:22:22 +02:00
Romain Bignon
5f3c429e83 oops, fix call to fill_thread 2011-05-11 16:21:07 +02:00
Romain Bignon
5f6744cfe7 support fill of threads 2011-05-11 11:57:26 +02:00
Romain Bignon
72850a0a79 move GenericBackend and GenericArticle modules into weboob.tools.capabilities.messages 2011-05-11 11:54:33 +02:00
Romain Bignon
e0cb6d6dfe lxml is needed for bp 2011-05-10 17:26:15 +02:00
Romain Bignon
c9ddbec134 fix for python2.5 2011-05-10 16:26:26 +02:00
Romain Bignon
adeb9b274d fix test 2011-05-08 18:31:52 +02:00
Romain Bignon
53e22d9f4b bump to 0.9 2011-05-08 18:31:44 +02:00
Romain Bignon
2c4856384b Weboob 0.8 released 2011-05-08 18:18:47 +02:00
Romain Bignon
1dafee2b47 move repl code from ConsoleApplication to ReplApplication 2011-05-08 18:13:05 +02:00
Romain Bignon
2825ff643b pylint fixes 2011-05-08 17:51:06 +02:00
Romain Bignon
b38782f117 regenerate manpages 2011-05-08 17:27:25 +02:00
Romain Bignon
1288af8e93 sort commands by name 2011-05-08 17:27:00 +02:00
Romain Bignon
84f74f9f9f reintroduce the 'list' command on boobank 2011-05-08 17:25:43 +02:00
Romain Bignon
daa524d75d 'ls' and 'cd' are now weboob commands 2011-05-08 17:25:32 +02:00