aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youporn.py
AgeCommit message (Collapse)Author
2015-10-25[youporn] Extract comment countSergey M․
2015-10-25[youporn] Improve uploader extractionSergey M․
2015-10-25[youporn] Make description optionalSergey M․
Some videos does not contain any description
2015-10-25[youporn] Improve and make more robust (Closes #6888, closes #7214)Sergey M․
2015-10-25[youporn] Fix extractionErik
[youporn] Added description and thumbnail [youporn] Added uploader and date [youporn] Removed Try and Except lines [youporn] Fixed date, fatal, formats and /s* [youporn] Undid removing comment about video url components & Undid and fixed removal of encrypted URL detection [youporn] Fix: Add encrypted link to links array only if not already in it [youporn] Fix: Add encrypted link to links array only if not already in it [youporn] Fix: cleanup
2015-04-30[YouPorn] Fix extractorYen Chi Hsuan
2015-03-27Don't use bare 'except:'Jaime Marquínez Ferrándiz
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
2015-03-03[youporn] Imrove JSON regex and preserve the old oneSergey M․
2015-03-03fix youporn extractor's json search regexchaos33
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· 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
2014-12-06[youporn] Fix JSON parameter regexp (Fixes #4384)Philipp Hagemeister
2014-11-26Remove useless u prefixesPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-09-13[youporn] Remove md5 from testPhilipp Hagemeister
Has changed multiple times, and we're checking that it looks like a video now by default.
2014-03-21[youporn] ModernizePhilipp Hagemeister
2013-12-26[youporn] Add support for multiple formatsPhilipp Hagemeister
2013-11-03Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz
2013-10-26[YouPornIE] Make webpage download more robustrzhxeo
2013-10-26[YouPornIE] Extract all encrypted links and remove doubles at the endrzhxeo
2013-10-18extractor: Set age limit on some adult-related extractors.Rogério Brito
This is similar in spirit to what was done in commit 8e590a117f. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2013-10-06Call extracted property age_limit everywherePhilipp Hagemeister
2013-10-06Allow users to specify an age limit (fixes #1545)Philipp Hagemeister
With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS . Add rudimentary support in youtube, pornotube, and youporn.
2013-08-28YoupornIE: Clean up extraction of hd videorzhxeo
2013-08-28Allow changes to run under Python 3Philipp Hagemeister
2013-08-09 YoupornIE: Add support for hd videos and update Testrzhxeo
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23[YouPorn] move into own filePhilipp Hagemeister