aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/tube8.py
AgeCommit message (Collapse)Author
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· 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
2014-09-21[tube8] Improve _VALID_URL and add display_idSergey M
2014-09-09[tube8] Improved regexmegustamucho
2014-06-11[tube8] Update test and modernizeSergey M․
2014-04-13[tube8] Fix extraction and modernizeSergey M․
2014-02-08Extended valid urls schemaMikeCol
2013-11-20Clean up unused imports and other minor mistakesPhilipp Hagemeister
2013-11-03Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz
2013-10-28Add the missing age_limit tags; added a devscript to do a superficial check ↵Filippo Valsorda
for porn sites without the age_limit tag in the test
2013-10-27[Tube8IE] Fix regex for uploader extractionrzhxeo
2013-10-27[Tube8IE] Escape dot in regexrzhxeo
2013-10-26Add support for http://www.tube8.comrzhxeo