aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/redtube.py
AgeCommit message (Collapse)Author
2014-07-17Redtube changed player config, new place to get thumb URLMikeCol
2014-01-21[redtube] Use unicode_literalsPhilipp Hagemeister
2014-01-21[redtube] Add support for thumbnailsMike Col
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
2014-01-16[redtube] Make ‘http:’ not optional (closes #2160)Jaime Marquínez Ferrándiz
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.
2013-12-03[redtube] Fix search for titlePhilipp Hagemeister
2013-11-16[redtube] Do not test md5, seems to varyPhilipp Hagemeister
2013-10-19extractor: Set age limit on some adult-related extractors.Rogério Brito
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>
2013-10-06[redtube] add age_limitPhilipp Hagemeister
2013-10-04[redtube] pep8Philipp Hagemeister
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23[redtube] SimplifyPhilipp Hagemeister
2013-06-23[redtube] move into own filePhilipp Hagemeister