Romain Bignon
df3fdcd123
do not consider special accounts
2012-11-10 13:04:00 +01:00
Romain Bignon
e52c6d6b18
handle login errors
2012-11-10 12:51:43 +01:00
Romain Bignon
33bbe6d451
support payment in several times
2012-11-10 12:37:12 +01:00
Romain Bignon
7344a22b0e
fix parsing torrents descriptions
2012-11-10 09:47:37 +01:00
Romain Bignon
e7c6e6b4ab
correctly encode login and password
2012-11-09 13:31:29 +01:00
Laurent Bachelier
400056c057
pastebin: Fix login without API
2012-11-08 11:51:54 +01:00
Laurent Bachelier
cf03138308
pastebin: Fix visibility detection
...
Private has been renamed to Unlisted, and Private is something else.
2012-11-08 11:51:53 +01:00
Laurent Bachelier
0d01f83fb9
Use redirected domain
2012-11-08 11:51:50 +01:00
Florent
5e2af20be1
Use clean_relativ_urls for presseurop articles
2012-11-07 18:18:33 +01:00
Florent
a6e80a2206
Simplify presseurop code
2012-11-07 18:15:55 +01:00
Florent
3cb78d1729
Add clean_relativ_urls in genericArticle.py
...
and use it for ecrans.fr
2012-11-07 18:13:03 +01:00
Florent
4a86b86fd0
Remove tweeter sharing
2012-11-07 17:58:58 +01:00
Romain Bignon
db739f9eef
update transaction regexps
2012-11-06 18:08:04 +01:00
Florent
26084e2bea
Search no more case sensitive
2012-11-05 16:40:06 +01:00
Romain Bignon
45a5080332
correctly parse label of deferred card transactions
2012-11-04 15:37:01 +01:00
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
592731e29e
fix compatibility with python2.6
2012-11-01 11:21:41 +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
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
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
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
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
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
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