Commit graph

1,011 commits

Author SHA1 Message Date
Laurent Bachelier
9fddfe17bc youtube: SSL for gdata 2013-04-01 12:04:25 +02:00
Laurent Bachelier
0c1ac040e3 youtube: Use https
gdata seems to do requests in plain HTTP, though
2013-04-01 12:04:25 +02:00
Romain Bignon
c30057d97f enable support for Groupama Banque (thanks to Willy Villard, closes #1112) 2013-04-01 11:20:21 +02:00
Julien Veyssier
9a416cb7bc [allrecipes] favicon 2013-03-30 17:27:29 +01:00
Julien Veyssier
5cf599660b [allrecipes] ignore strange quantity description, small fix 2013-03-30 16:11:57 +01:00
Julien Veyssier
358881dd48 interval number of persons for all cookboob backends 2013-03-30 15:35:38 +01:00
Julien Veyssier
f14aeb1363 [allrecipes] times improvment, fix search string with spaces 2013-03-30 15:35:37 +01:00
Julien Veyssier
a48bed0cf0 [cuisineaz] temporary fix of person number range 2013-03-30 15:35:37 +01:00
Julien Veyssier
3c993099b0 new backend allrecipes 2013-03-30 15:35:37 +01:00
Laurent Bachelier
34334f7deb vimeo: Get author 2013-03-30 01:16:05 +01:00
Laurent Bachelier
2822006104 kickass: Use https 2013-03-29 20:20:36 +01:00
Laurent Bachelier
23096abab8 kickass: New URL
https://torrentfreak.com/kickasstorrents-circumvents-censors-with-new-ka-tt-domain-130329/
2013-03-29 20:17:45 +01:00
Romain Bignon
21179c116e fix encoding of pages 2013-03-28 17:39:34 +01:00
Romain Bignon
7f81f261a1 detect if video is forbidden and raise an appropriated exception 2013-03-28 17:29:43 +01:00
Romain Bignon
ff5de14bf3 add regions to cragr 2013-03-28 15:04:26 +01:00
Romain Bignon
6a198e721c fix typo (bad keyboard) 2013-03-28 09:20:58 +01:00
Romain Bignon
db57ff1c36 support 'OPPOSITION' state for cards (and better detection of unknown values) 2013-03-28 09:15:34 +01:00
Laurent Bachelier
9518899b34 Better modules descriptions 2013-03-27 20:10:01 +01:00
Laurent Bachelier
52be8b4fb7 Add TWC favicon 2013-03-27 20:10:01 +01:00
Romain Bignon
97f92a7276 attach cards to the previous account, not to the first one 2013-03-27 14:29:23 +01:00
Romain Bignon
42fc470df9 fix navigation 2013-03-27 14:29:14 +01:00
Romain Bignon
ccb69b2092 fix possible conflicts in detection of balance 2013-03-27 13:59:00 +01:00
Romain Bignon
f4390d9b26 do not consider expired cards 2013-03-27 13:36:04 +01:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Julien Veyssier
d6a0291deb [qcineoob] checkbox to show thumbnail in search
[allocine] fix empty productionYear problem
2013-03-26 16:22:00 +01:00
Julien Veyssier
ce1723df16 [allocine] handle empty result
[qcineoob] QString -> unicode
2013-03-26 16:22:00 +01:00
Romain Bignon
510fc6461f fix detection of old website 2013-03-26 16:11:22 +01:00
Julien Veyssier
4de668e80e [allocine] user agent android 2013-03-26 11:22:44 +01:00
Julien Veyssier
4a832d7dda [allocine] movie poster correction 2013-03-26 10:30:08 +01:00
Julien Veyssier
d5d23d01c5 [allocine] favicon 2013-03-26 10:30:08 +01:00
Julien Veyssier
251f863c0b [qcineoob] role selection improved in filmography and casting 2013-03-26 10:30:08 +01:00
Julien Veyssier
63c769305d [allocine] roles in get_person 2013-03-26 10:30:08 +01:00
Julien Veyssier
efc49bc596 [allocine] quasi operational 2013-03-26 10:30:08 +01:00
Julien Veyssier
f2d053c1fb [allocine] filmography ok 2013-03-26 10:30:08 +01:00
Julien Veyssier
41cb3f7317 new backend allocine, in development 2013-03-26 10:30:08 +01:00
Julien Veyssier
e6fe9ed69e [cookboob] comments objectified 2013-03-26 10:30:08 +01:00
Romain Bignon
7a8a14c603 add Banque Kolb 2013-03-26 09:53:09 +01:00
François Revol
26e2fc986e gdcvault: cleanup 2013-03-25 17:07:27 +01:00
François Revol
4b8e65c7e3 gdcvault: Fix flakes warnings 2013-03-25 17:07:26 +01:00
François Revol
b55812c5a2 gdcvault: Fix various weird cases
* comment out or remove some debug prints
* try to cope with non-UTF-8 title passed (1013483).
Couldn't get it to be recoded yet.
* handle boggus url to xml config file (http:/...) (1015020)
* handle iframes with page name different than 'player.html' (1013798)
* handle xml config filenames with spaces (1441)
* catch xml config names with 'smil' as hostname, which means speakervideo
points to a smil file describing the streams, and take the file with the
highest bitrate
* account for xml config with only valid slidesvideo (1016627) and use it
as fallback
* handle configs with 'Invalid Date' as date text (1016634)

We can now dump the entire gdcvault video files urls with a few exceptions
(403 HTTP errors), and many /mediaProxy.php urls failing to redirect, which
are still to be investigated.
2013-03-25 17:07:26 +01:00
François Revol
6f089c795e gdcvault: Do not set a default extension
Due to the redirecting pages we cannot be sure of the extension,
so better not lie.
2013-03-25 17:07:26 +01:00
François Revol
5f87aa2444 gdcvault: Handle pages with redirects to files
For some entry the /play/ page is a redirect to the file.
This is quite hackish but seems to work.
2013-03-25 17:07:26 +01:00
Romain Bignon
9856c27f8c support professionnal accounts 2013-03-25 16:29:14 +01:00
Julien Veyssier
d391d1a2d8 [cookboob] author field added 2013-03-25 11:22:12 +01:00
Florent
278902f909 Trivial buf fix on ID generation 2013-03-25 11:10:38 +01:00
Laurent Bachelier
5d242271c7 wordreference: Add favicon 2013-03-25 11:10:38 +01:00
Romain Bignon
99cfae2a66 new module for american express 2013-03-23 12:32:26 +01:00
François Revol
38b80491f1 gdcvault: Implement searching; partial download fix
* Implement search functionality, using POST to get JSON data
* Fix download for most items even for non-free ones.
For now only missing are non-free mp3 files it seems (like 769),
/mediaProxy.php returns 2bytes html crap.
2013-03-22 16:45:45 +01:00
François Revol
c8685b8e3b gdcvault: implement all 4 media types
* We now retrieve correctly all 4 media types:

** Video (plain flv file)
ex: http://gdcvault.com/play/29

** Audio (mp3)
ex: http://gdcvault.com/play/22/From-One-off-to-Franchise

** Slides (pdf, not really a video but they download fine)
ex: http://gdcvault.com/play/1015486

** DS Video (dual screen, two flv files) (by default the speaker file,
but id#slides gets the other video (however default filenames conflict)
ex: http://gdcvault.com/play/1015841
2013-03-22 16:45:43 +01:00
Romain Bignon
3a79a21360 fix detection of media url on youtube 2013-03-22 16:42:16 +01:00