aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/redtube.py
AgeCommit message (Collapse)Author
2020-09-20[redtube] Extend _VALID_URL (#26506)nixxo
2020-05-20[redtube] Improve formats extraction and extract m3u8 formats (closes ↵Sergey M․
#25311, closes #25321)
2020-05-20[redtube] Improve title extraction (#25208)Dave Loyall
2020-01-02[redtube] Detect private videos (#23518)Sergey M․
2019-10-05[redtube] Improve metadata extraction (closes #22492, closes #22615)Sergey M․
2018-07-21Improve URL extractionSergey M․
2018-02-21[redtube] Fix duration extraction and update testWandang
2018-02-02[redtube] Fix metadata extraction (closes #15472)Sergey M․
2017-09-05[redtube] Fix formats extraction (closes #14122)Sergey M․
2016-11-06[extractor/generic] Add support for redtube embds (closes #11099)Sergey M․
2016-11-06[redtube] Add support for embed URLsSergey M․
2016-05-05[redtube] PEP 8Sergey M․
2016-05-05[redtube] Extract all formats, duration, upload date and view count (Closes ↵Sergey M․
#9397)
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2015-03-25[redtube] Fix testSergey M․
2015-03-25[redtube] Capture and output removed video message (#5281)Sergey M․
2014-11-26[redtube] ModernizePhilipp Hagemeister
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