Commit graph

2,074 commits

Author SHA1 Message Date
Romain Bignon
452e3000be fix syntax error 2011-07-05 17:31:38 +02:00
Julien Veyssier
82ad25da3e fixed : labels must be unicode strings 2011-07-05 16:32:52 +02:00
Romain Bignon
c74216ccf8 FILENAME argument is optional for command 'getfile' (closes #683) 2011-07-05 16:27:06 +02:00
Romain Bignon
3b87d4aaf8 fix crash when ID is invalid 2011-07-05 16:25:50 +02:00
Romain Bignon
2a6ad71826 remove unused variable 2011-07-05 16:25:49 +02:00
Romain Bignon
c9d40ffb44 fix parsing of file lists on some gazelle websites 2011-07-04 15:15:23 +02:00
Romain Bignon
aaa5b215ad python-keyring isn't a hard dependency 2011-07-04 14:52:13 +02:00
Romain Bignon
ba6f31dac8 move remove_html_tags function into weboob.tools.misc 2011-07-03 10:52:33 +02:00
Romain Bignon
0e5089c2c0 error when password is invalid or when user is banned 2011-07-03 10:51:34 +02:00
Romain Bignon
0985ab7062 fix login 2011-07-02 13:22:38 +02:00
Romain Bignon
cb90621100 retry location after login 2011-07-02 13:22:25 +02:00
Laurent Bachelier
514a6b3585 Fix account list with CA Toulouse
Yes, they just removed a surrounding tag. Nothing else changed.
2011-07-01 16:36:39 +02:00
Romain Bignon
95cb438294 catch errors when page is not found or if video is not yet available 2011-07-01 14:08:03 +02:00
Romain Bignon
621fc4ba75 fix error when there isn't any backend given 2011-07-01 13:46:02 +02:00
Romain Bignon
2804867a97 print an error if a specified backend is not enabled or existant 2011-06-30 15:24:51 +02:00
Romain Bignon
f99c6b31a8 reorganize players order 2011-06-30 15:21:30 +02:00
Romain Bignon
89516b9956 correctly set step ID, and ask only rail transport mode 2011-06-28 18:04:25 +02:00
Romain Bignon
4a6903f2eb add tests for roadmaps 2011-06-28 18:03:52 +02:00
Romain Bignon
142bc04f56 support roadmaps in transilien (#681) 2011-06-28 17:10:54 +02:00
Romain Bignon
6fa7a49349 support roadmaps in ICapTravel (closes #680) 2011-06-28 17:10:54 +02:00
Romain Bignon
729b5e9c8f rewrite transilien to use lxmlparser (closes #271) 2011-06-28 17:10:46 +02:00
Romain Bignon
090fb38feb ability to enter the backend name 2011-06-26 23:33:34 +02:00
Romain Bignon
22bcc77058 fix tests 2011-06-26 23:20:04 +02:00
Romain Bignon
a54fe01e6b id of pages can't be shared between backends 2011-06-26 14:16:15 +02:00
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