aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/tube8.py
Commit message (Collapse)AuthorAgeFilesLines
* [tube8] Fix extraction (Closes #5952)Sergey M․2015-06-111-1/+1
|
* [tube8] fix extractor (fixes #5846)pulpe2015-05-301-7/+7
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+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
* [tube8] Improve _VALID_URL and add display_idSergey M2014-09-211-14/+23
|
* [tube8] Improved regexmegustamucho2014-09-091-1/+1
|
* [tube8] Update test and modernizeSergey M․2014-06-111-2/+3
|
* [tube8] Fix extraction and modernizeSergey M․2014-04-131-36/+56
|
* Extended valid urls schemaMikeCol2014-02-081-1/+1
|
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-2/+0
|
* Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz2013-11-031-3/+3
|
* Add the missing age_limit tags; added a devscript to do a superficial check ↵Filippo Valsorda2013-10-281-0/+2
| | | | for porn sites without the age_limit tag in the test
* [Tube8IE] Fix regex for uploader extractionrzhxeo2013-10-271-1/+1
|
* [Tube8IE] Escape dot in regexrzhxeo2013-10-271-1/+1
|
* Add support for http://www.tube8.comrzhxeo2013-10-261-0/+63