aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/xtube.py
AgeCommit message (Collapse)Author
2015-02-18[xtube] Fix test casePhilipp Hagemeister
2015-01-07Respect age_limit when listing extractors (Fixes #4653)Philipp Hagemeister
2015-01-02[xtube] Fix uploader regexSergey M․
2014-12-19[xtube] Fix and modernize (Closes #4489)Sergey M․
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-11-23PEP8: E225,E227Jouke Waleson
2014-11-23PEP8: more appliedJouke Waleson
2014-10-27[xtube] Fix test descriptionPhilipp Hagemeister
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-03-23[xtube] user playlist extractorfiocfun
2014-03-22Remove unused imports and clarify variable namesPhilipp Hagemeister
2014-03-21[xtube] Fix formats extractionSergey M․
2014-03-04[xtube] Fix extraction add more metafieldsSergey M․
2014-02-11[xtube] Fix uploader extractionJaime Marquínez Ferrándiz
2014-02-11[xtube] use unicode_literalsArjun Sreedharan
2013-12-17[youtube] Do not warn for videos with allow_rating=0Philipp Hagemeister
This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU
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-11-02[XTubeIE] Add description to TESTrzhxeo
2013-10-28Add support for http://www.xtube.comrzhxeo