aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/xtube.py
Commit message (Collapse)AuthorAgeFilesLines
* [xtube] Use compat_urllib_parse_unquoteSergey M․2015-07-171-3/+3
|
* [xtube] Fix test casePhilipp Hagemeister2015-02-181-1/+1
|
* Respect age_limit when listing extractors (Fixes #4653)Philipp Hagemeister2015-01-071-0/+2
|
* [xtube] Fix uploader regexSergey M․2015-01-021-1/+1
|
* [xtube] Fix and modernize (Closes #4489)Sergey M․2014-12-191-28/+36
|
* 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
* PEP8: E225,E227Jouke Waleson2014-11-231-1/+1
|
* PEP8: more appliedJouke Waleson2014-11-231-1/+1
|
* [xtube] Fix test descriptionPhilipp Hagemeister2014-10-271-1/+1
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-0/+8
| | | | 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).
* [xtube] user playlist extractorfiocfun2014-03-231-1/+37
|
* Remove unused imports and clarify variable namesPhilipp Hagemeister2014-03-221-2/+2
|
* [xtube] Fix formats extractionSergey M․2014-03-211-14/+15
|
* [xtube] Fix extraction add more metafieldsSergey M․2014-03-041-10/+31
|
* [xtube] Fix uploader extractionJaime Marquínez Ferrándiz2014-02-111-1/+1
|
* [xtube] use unicode_literalsArjun Sreedharan2014-02-111-12/+14
|
* [youtube] Do not warn for videos with allow_rating=0Philipp Hagemeister2013-12-171-1/+1
| | | | | This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-1/+0
|
* Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz2013-11-031-3/+3
|
* [XTubeIE] Add description to TESTrzhxeo2013-11-021-0/+1
|
* Add support for http://www.xtube.comrzhxeo2013-10-281-0/+54