Commit graph

3,183 commits

Author SHA1 Message Date
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
Romain Bignon
853afb52b2 support several contracts (only select default one for now) 2012-10-19 16:34:12 +02:00
Laurent Bachelier
7281453e0c White background should not be forced
closes #823
2012-10-18 23:46:06 +02:00
Laurent Bachelier
e69adf357b Simplify setup.py, support more distros
This should force Python 2 on Gentoo (though it worked with default
config), and work again with Arch.
The find_executable() function should work on POSIX and Windows
platforms.
It is also easily possible to override executables.
Generally the code is shorter and PEP8 compliant.
2012-10-18 23:40:50 +02:00
Romain Bignon
be801532d3 add some patterns 2012-10-16 14:47:39 +02:00
Romain Bignon
bd001f631e fix retrieve of accounts 2012-10-16 14:47:31 +02:00
Romain Bignon
47df1413ae use %r instead of %s to prevent encoding errors 2012-10-16 14:47:03 +02:00
Romain Bignon
bb22fe90d3 fix match of card transactions 2012-10-15 13:25:13 +02:00
Laurent Bachelier
1aa98a896f Declare nosetests tests
Those are non-module tests, and can be run by nosetests without a
wrapper script.
2012-10-13 15:10:07 +02:00
elfangor
bc5c85cdb7 adding link to the content
Signed-off-by: elfangor <vincentparedes@gmail.com>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-10-13 14:18:34 +02:00
Romain Bignon
3a68deb9e5 support multi cards list 2012-10-11 11:46:48 +02:00
Romain Bignon
8b95206d51 there are no coming operations with HSBC 2012-10-10 17:20:08 +02:00
Romain Bignon
85c9554733 support deferred debit cards 2012-10-10 14:44:34 +02:00