summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/videodetective.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
|
* [videodetective] Adapt to InternetVideoArchiveIEYen Chi Hsuan2016-04-091-3/+6
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-6/+3
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [videodetective] ModernizeSergey M․2014-03-091-11/+11
|
* Fix the duration field for the VideoDetective and InternetVideoArchive testsJaime Marquínez Ferrándiz2013-10-211-1/+1
| | | | Also remove the use of the old format system and the comment
* Add an extractor for rottentomatoes.com and improve InternetVideoArchiveIE ↵Jaime Marquínez Ferrándiz2013-10-121-1/+1
| | | | to get the best quality
* Add an extractor for videodetective.com (closes #262)Jaime Marquínez Ferrándiz2013-10-121-0/+30
It uses the internetvideoarchive.com platform.