Commit graph

5 commits

Author SHA1 Message Date
Romain Bignon
baeac9a9cb modify gdcvault module to use the new BaseVideo/ICapVideo classes 2013-12-22 22:37:35 +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
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
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
François Revol
d24ca46ef6 Add a video module for gdcvault.com
For now it only fetches the speaker video, but each page can have
both a speaker and slides video feed.
TODO: search

Signed-off-by: François Revol <revol@free.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-09-01 09:29:39 +02:00