Commit graph

3,195 commits

Author SHA1 Message Date
Romain Bignon
72c97ecc8b fix login regexp 2012-11-03 23:32:54 +01:00
Romain Bignon
a7b0d274a0 handle error when service is unavailable 2012-11-01 17:35:21 +01:00
Romain Bignon
8abfd81813 check value of ValueBackendPassword during load 2012-11-01 11:21:59 +01:00
Romain Bignon
592731e29e fix compatibility with python2.6 2012-11-01 11:21:41 +01:00
Florent
477a9bf07f Improve download command to download all subscriptions 2012-10-31 16:12:38 +01:00
Florent
f645e2fef9 Fix iter_ressources 2012-10-31 15:02:16 +01:00
Florent
8377407155 Support of downloading monthly pdf report 2012-10-31 14:41:29 +01:00
Florent
5809f1112a Rename iter_history of ICapBill to iter_bills_history 2012-10-31 14:41:29 +01:00
Romain Bignon
53caf6399c accept ID with 8 chars (closes #921) 2012-10-30 09:17:29 +01:00
Florent
01fbe06f75 Add a favicon for sachsen backend 2012-10-29 15:26:51 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01:00
Romain Bignon
aeac1a9a2c Weboob 0.d released 2012-10-28 20:39:07 +01:00
Romain Bignon
3e2109902d update release script 2012-10-28 19:56:02 +01:00
Romain Bignon
5b1260b7da transfer: do not crash with an incorrect amount value (closes #888) 2012-10-28 08:55:22 +01:00
Romain Bignon
15b5bedffd use ValueBool instead of ValueBackendPassword for no_check parameter 2012-10-27 19:06:39 +02:00
Romain Bignon
02ae2ddfd8 parse datetime of videos, fix parsing description and title 2012-10-27 16:47:44 +02:00
Romain Bignon
3fcc3333a0 do not write description line if there are only NotAvailable attributes 2012-10-27 16:47:23 +02:00
Romain Bignon
2d247086a1 add ugly icon for prixcarburants 2012-10-27 16:45:11 +02:00
Johann Broudin
654c2bafee Updates cmb, new features and bug fix
- fix a bug in the accounts listing
- adds proxy support
- adds ssl checks :
   - checks the certificate chain with the Verisign authority
   - checks that the sha256sum of the server's certificate is what's expected (like in Browser).
   - adds an option to avoid ssl checks (useful for debug)

Signed-off-by: Johann Broudin <Johann.Broudin@6-8.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-10-27 16:11:26 +02:00
Romain Bignon
61f167bfde pyflakes fixes 2012-10-27 15:45:28 +02:00
Romain Bignon
12a11d98b7 fix authenticate and retrieve of video url (closes #880) 2012-10-27 15:44:14 +02:00
Romain Bignon
8c9409930b workaround to libssl 1.0.1c bug (closes #863) 2012-10-27 13:56:55 +02:00
Romain Bignon
9f3603d80f use 'hash' instead of 'have' (closes #905) 2012-10-27 13:25:37 +02:00
Alexandre Flament
1032e66df5 add script contrib/downloadboob (closes #838) 2012-10-27 13:13:18 +02:00
Romain Bignon
a46798e375 fix parsing time (closes #866) 2012-10-27 13:05:37 +02:00
Romain Bignon
2dd4e8b9b9 fix login on youtube (closes #918) 2012-10-27 12:59:41 +02:00
Romain Bignon
9aeb7c67ed never store 'RELEVE CARTE' 2012-10-27 12:50:14 +02:00
Romain Bignon
948f2b9ed2 strip artist and title 2012-10-27 11:43:44 +02:00
Romain Bignon
ff2198cd8a remove unused import 2012-10-27 11:21:41 +02:00
Romain Bignon
5e74da14f8 fix search of cities 2012-10-27 11:09:23 +02:00
Romain Bignon
9cba3c63a0 add url patterns and fix encoding issues 2012-10-27 10:46:02 +02:00
Romain Bignon
cdca302efd fix RSS feed url 2012-10-27 10:45:55 +02:00
Romain Bignon
e8bdf594cc fix parsing live articles 2012-10-27 10:41:29 +02:00
Romain Bignon
cc2ff8ff22 fix cities search when there is only one result 2012-10-27 10:35:54 +02:00
Romain Bignon
ad99fef5c2 fix parsing in pages 2012-10-27 10:31:48 +02:00
Romain Bignon
98fe88e1cd fix retrieve current song 2012-10-27 10:31:41 +02:00
Romain Bignon
57bdc89b91 support unavailable page 2012-10-27 09:45:41 +02:00
Laurent Bachelier
6dad6938e0 weboob-debug: ability to prefer a shell 2012-10-25 03:39:29 +02:00
Laurent Bachelier
92244a4e81 weboob-debug: Work with more shell libs
- ipython
- newer ipython (>=0.11, though tested with 0.13 only)
- bpython
- standard python (and try to enable completion)
2012-10-25 03:01:15 +02:00
Laurent Bachelier
ffce7a19f3 Make weboob-debug less confusing
No useless REPL or "shell" command.
2012-10-25 00:11:11 +02:00
Florent
e58a1d5027 Fix hash on double entries 2012-10-24 18:28:40 +02:00
Laurent Bachelier
b67a4eefe5 Split GenerericComicReaderTest to stop requiring nose for module usage 2012-10-24 13:38:21 +02:00
Laurent Bachelier
3a66728392 Fix crashes with unicode characters in maintainer name
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Laurent Bachelier
c7c23b11ab dailymotion: Use the right domain
dailymotion.com would always get redirected to www.dailymotion.com.
This saves us at least one request.
2012-10-23 15:57:04 +02:00
Laurent Bachelier
96860fcb97 dailymotion: Chose a random video to test
Did this mostly because the first video had an issue, it was first
in the search results but deleted (the page was "410 Gone").
But this ends up testing more videos anyway.
2012-10-23 15:55:38 +02:00
Laurent Bachelier
2eb2747ebb dailymotion: Text fields with more consistency and less warnings 2012-10-23 13:11:05 +02:00
Laurent Bachelier
bcbccb4586 Remove duplicate DailymotionVideo.id2url
It is already in the called function decorator
2012-10-23 13:10:56 +02:00
Laurent Bachelier
bd41a3b73e dailymotion: Fix search-then-play combination
refs #860
2012-10-23 13:10:52 +02:00
Laurent Bachelier
571db865ab Simpler acquire_input()
Might work with Python 2.5 as a side-effect of not using delete.
2012-10-21 18:02:06 +02:00
Laurent Bachelier
770c0877a0 pastoob: Abort if paste is empty 2012-10-21 17:49:32 +02:00