aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/extremetube.py
Commit message (Collapse)AuthorAgeFilesLines
* [extremetube] Fix extraction (Closes #5127)Naglis Jonaitis2015-03-051-11/+19
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-3/+5
| | | | | | | | · 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
* [extremetube] Fix extractionSergey M․2014-09-271-2/+9
|
* title extraction condition less restrictiveMikeCol2014-05-311-1/+1
|
* Remove unused importsPhilipp Hagemeister2014-04-191-1/+0
|
* [extremetube] ModernizePhilipp Hagemeister2014-04-191-12/+18
|
* [test_all_urls] Add support for distributed URL matching test definitionPhilipp Hagemeister2014-04-191-2/+5
|
* Extended regex match to include gay clipsMikeCol2014-04-191-1/+1
|
* Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz2013-11-031-3/+3
|
* [ExtremeTubeIE] Set age_limit to 18 and fix uploader extractionrzhxeo2013-11-021-4/+2
|
* Add support for http://www.extremetube.comrzhxeo2013-10-281-0/+52