weboob-devel/modules/gdcvault
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
..
__init__.py Add a video module for gdcvault.com 2012-09-01 09:29:39 +02:00
backend.py gdcvault: Implement searching; partial download fix 2013-03-22 16:45:45 +01:00
browser.py gdcvault: Handle pages with redirects to files 2013-03-25 17:07:26 +01:00
favicon.png Add a video module for gdcvault.com 2012-09-01 09:29:39 +02:00
favicon.xcf Add a video module for gdcvault.com 2012-09-01 09:29:39 +02:00
pages.py gdcvault: Fix various weird cases 2013-03-25 17:07:26 +01:00
test.py Add a video module for gdcvault.com 2012-09-01 09:29:39 +02:00
video.py gdcvault: Do not set a default extension 2013-03-25 17:07:26 +01:00