aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youporn.py
AgeCommit message (Collapse)Author
2021-02-21[youporn] Skip testSergey M․
2021-02-21[youporn] Extract duration (#28019)piplongrun
Co-authored-by: Sergey M <dstftw@gmail.com>
2021-01-15[youporn] Restrict fallback download URL (refs #27822)Sergey M․
2021-01-15[youporn] Improve height and tbr extraction (refs #23659, refs #20425)Sergey M․
2021-01-15[youporn] Fix extraction (closes #27822)Sergey M․
2020-11-19[youporn] Fix upload date extraction and make comment count optional (closes ↵Sergey M․
#26986)
2020-04-05[youporn] Add support form generic embedsSergey M․
2019-01-09[youporn] Fix title and description extraction (closes #18748)Sergey M․
2018-07-21Improve URL extractionSergey M․
2017-06-22[youporn] Fix upload date extractionSergey M․
2017-06-22[youporn] Improve formats extractionSergey M․
2017-06-22[youporn] Fix title extraction (closes #13456)Sergey M․
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-09-01[youporn] Fix categories and tags extraction (Closes #10521)Sergey M․
2016-06-12[youporn] Fix metadata extractionSergey M․
2016-03-05[youporn] Fix sources regexSergey M․
2016-03-05[youporn] Fix quality extraction (Closes #8758)Sergey M․
2016-01-31[youporn] Fix uploader and descriptionYen Chi Hsuan
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
compat_urllib_request.Request [downloader/dash] Use sanitized_Request [downloader/http] Use sanitized_Request [atresplayer] Use sanitized_Request [bambuser] Use sanitized_Request [bliptv] Use sanitized_Request [brightcove] Use sanitized_Request [cbs] Use sanitized_Request [ceskatelevize] Use sanitized_Request [collegerama] Use sanitized_Request [extractor/common] Use sanitized_Request [crunchyroll] Use sanitized_Request [dailymotion] Use sanitized_Request [dcn] Use sanitized_Request [dramafever] Use sanitized_Request [dumpert] Use sanitized_Request [eitb] Use sanitized_Request [escapist] Use sanitized_Request [everyonesmixtape] Use sanitized_Request [extremetube] Use sanitized_Request [facebook] Use sanitized_Request [fc2] Use sanitized_Request [flickr] Use sanitized_Request [4tube] Use sanitized_Request [gdcvault] Use sanitized_Request [extractor/generic] Use sanitized_Request [hearthisat] Use sanitized_Request [hotnewhiphop] Use sanitized_Request [hypem] Use sanitized_Request [iprima] Use sanitized_Request [ivi] Use sanitized_Request [keezmovies] Use sanitized_Request [letv] Use sanitized_Request [lynda] Use sanitized_Request [metacafe] Use sanitized_Request [minhateca] Use sanitized_Request [miomio] Use sanitized_Request [meovideo] Use sanitized_Request [mofosex] Use sanitized_Request [moniker] Use sanitized_Request [mooshare] Use sanitized_Request [movieclips] Use sanitized_Request [mtv] Use sanitized_Request [myvideo] Use sanitized_Request [neteasemusic] Use sanitized_Request [nfb] Use sanitized_Request [niconico] Use sanitized_Request [noco] Use sanitized_Request [nosvideo] Use sanitized_Request [novamov] Use sanitized_Request [nowness] Use sanitized_Request [nuvid] Use sanitized_Request [played] Use sanitized_Request [pluralsight] Use sanitized_Request [pornhub] Use sanitized_Request [pornotube] Use sanitized_Request [primesharetv] Use sanitized_Request [promptfile] Use sanitized_Request [qqmusic] Use sanitized_Request [rtve] Use sanitized_Request [safari] Use sanitized_Request [sandia] Use sanitized_Request [shared] Use sanitized_Request [sharesix] Use sanitized_Request [sina] Use sanitized_Request [smotri] Use sanitized_Request [sohu] Use sanitized_Request [spankwire] Use sanitized_Request [sportdeutschland] Use sanitized_Request [streamcloud] Use sanitized_Request [streamcz] Use sanitized_Request [tapely] Use sanitized_Request [tube8] Use sanitized_Request [tubitv] Use sanitized_Request [twitch] Use sanitized_Request [twitter] Use sanitized_Request [udemy] Use sanitized_Request [vbox7] Use sanitized_Request [veoh] Use sanitized_Request [vessel] Use sanitized_Request [vevo] Use sanitized_Request [viddler] Use sanitized_Request [videomega] Use sanitized_Request [viewvster] Use sanitized_Request [viki] Use sanitized_Request [vk] Use sanitized_Request [vodlocker] Use sanitized_Request [voicerepublic] Use sanitized_Request [wistia] Use sanitized_Request [xfileshare] Use sanitized_Request [xtube] Use sanitized_Request [xvideos] Use sanitized_Request [yandexmusic] Use sanitized_Request [youku] Use sanitized_Request [youporn] Use sanitized_Request [youtube] Use sanitized_Request [patreon] Use sanitized_Request [extractor/common] Remove unused import [nfb] PEP 8
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