summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/redtube.py
Commit message (Collapse)AuthorAgeFilesLines
* [redtube] Fix formats extraction (closes #14122)Sergey M․2017-09-051-2/+19
|
* [extractor/generic] Add support for redtube embds (closes #11099)Sergey M․2016-11-061-0/+8
|
* [redtube] Add support for embed URLsSergey M․2016-11-061-4/+8
|
* [redtube] PEP 8Sergey M․2016-05-051-1/+0
|
* [redtube] Extract all formats, duration, upload date and view count (Closes ↵Sergey M․2016-05-051-10/+49
| | | | #9397)
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [redtube] Fix testSergey M․2015-03-251-2/+3
|
* [redtube] Capture and output removed video message (#5281)Sergey M․2015-03-251-0/+4
|
* [redtube] ModernizePhilipp Hagemeister2014-11-261-17/+6
|
* Redtube changed player config, new place to get thumb URLMikeCol2014-07-171-3/+1
|
* [redtube] Use unicode_literalsPhilipp Hagemeister2014-01-211-10/+12
|
* [redtube] Add support for thumbnailsMike Col2014-01-211-0/+5
| | | | Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
* [redtube] Make ‘http:’ not optional (closes #2160)Jaime Marquínez Ferrándiz2014-01-161-1/+1
| | | | | If the url doesn’t specify the protocol we can’t directly use it to download the webpage, we would need to build a new url. Instead, we let the generic extractor add the protocol.
* [redtube] Fix search for titlePhilipp Hagemeister2013-12-031-1/+1
|
* [redtube] Do not test md5, seems to varyPhilipp Hagemeister2013-11-161-1/+3
|
* extractor: Set age limit on some adult-related extractors.Rogério Brito2013-10-191-1/+2
| | | | | | | | | | | | | More age limit of videos for adult-related sites. Note that, for redtube, I explicitly left the variable containing the age limit, since the comment justifying the age limit is a good thing to have. That being said, I included the age limit field on the test, to better reflect what the information extractor does (even if it may not break the automated tests). Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
* [redtube] add age_limitPhilipp Hagemeister2013-10-061-4/+9
|
* [redtube] pep8Philipp Hagemeister2013-10-041-7/+8
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+8
|
* [redtube] SimplifyPhilipp Hagemeister2013-06-231-5/+0
|
* [redtube] move into own filePhilipp Hagemeister2013-06-231-0/+34