Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [xtube] Use compat_urllib_parse_unquote | Sergey M․ | 2015-07-17 | 1 | -3/+3 |
| | |||||
* | [xtube] Fix test case | Philipp Hagemeister | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | Respect age_limit when listing extractors (Fixes #4653) | Philipp Hagemeister | 2015-01-07 | 1 | -0/+2 |
| | |||||
* | [xtube] Fix uploader regex | Sergey M․ | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | [xtube] Fix and modernize (Closes #4489) | Sergey M․ | 2014-12-19 | 1 | -28/+36 |
| | |||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -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,E227 | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | PEP8: more applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | [xtube] Fix test description | Philipp Hagemeister | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -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 extractor | fiocfun | 2014-03-23 | 1 | -1/+37 |
| | |||||
* | Remove unused imports and clarify variable names | Philipp Hagemeister | 2014-03-22 | 1 | -2/+2 |
| | |||||
* | [xtube] Fix formats extraction | Sergey M․ | 2014-03-21 | 1 | -14/+15 |
| | |||||
* | [xtube] Fix extraction add more metafields | Sergey M․ | 2014-03-04 | 1 | -10/+31 |
| | |||||
* | [xtube] Fix uploader extraction | Jaime Marquínez Ferrándiz | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | [xtube] use unicode_literals | Arjun Sreedharan | 2014-02-11 | 1 | -12/+14 |
| | |||||
* | [youtube] Do not warn for videos with allow_rating=0 | Philipp Hagemeister | 2013-12-17 | 1 | -1/+1 |
| | | | | | This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU | ||||
* | Clean up unused imports and other minor mistakes | Philipp Hagemeister | 2013-11-20 | 1 | -1/+0 |
| | |||||
* | Style fixes for extractors: remove spaces around (,),{ and } | Jaime Marquínez Ferrándiz | 2013-11-03 | 1 | -3/+3 |
| | |||||
* | [XTubeIE] Add description to TEST | rzhxeo | 2013-11-02 | 1 | -0/+1 |
| | |||||
* | Add support for http://www.xtube.com | rzhxeo | 2013-10-28 | 1 | -0/+54 |