about summary refs log tree commit diff
path: root/youtube_dl/extractor/youporn.py
Commit message (Expand)AuthorAgeFilesLines
* [YouPorn] Add playlist extractorsdirkf2024-04-221-0/+438
* [YouPorn] Improve extractiondirkf2024-04-221-18/+46
* [YouPorn] Incorporate yt-dlp PR 8827dirkf2024-04-221-38/+80
* [YouPorn] Improve `upload_date` extractiondirkf2022-05-281-2/+4
* [youporn] Fix formats and view count extraction (closes #29216)Sergey M․2021-06-061-59/+32
* [youporn] Skip testSergey M․2021-02-211-0/+1
* [youporn] Extract duration (#28019)piplongrun2021-02-211-0/+4
* [youporn] Restrict fallback download URL (refs #27822)Sergey M․2021-01-151-1/+1
* [youporn] Improve height and tbr extraction (refs #23659, refs #20425)Sergey M․2021-01-151-1/+5
* [youporn] Fix extraction (closes #27822)Sergey M․2021-01-151-1/+1
* [youporn] Fix upload date extraction and make comment count optional (closes ...Sergey M․2020-11-191-4/+3
* [youporn] Add support form generic embedsSergey M․2020-04-051-6/+17
* [youporn] Fix title and description extraction (closes #18748)Sergey M․2019-01-091-6/+8
* Improve URL extractionSergey M․2018-07-211-3/+3
* [youporn] Fix upload date extractionSergey M․2017-06-221-3/+4
* [youporn] Improve formats extractionSergey M․2017-06-221-8/+24
* [youporn] Fix title extraction (closes #13456)Sergey M․2017-06-221-3/+6
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
* [youporn] Fix categories and tags extraction (Closes #10521)Sergey M․2016-09-011-9/+9
* [youporn] Fix metadata extractionSergey M․2016-06-121-6/+6
* [youporn] Fix sources regexSergey M․2016-03-051-1/+1
* [youporn] Fix quality extraction (Closes #8758)Sergey M․2016-03-051-1/+2
* [youporn] Fix uploader and descriptionYen Chi Hsuan2016-01-311-4/+2
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-2/+2
* [youporn] Extract comment countSergey M․2015-10-251-0/+6
* [youporn] Improve uploader extractionSergey M․2015-10-251-5/+27
* [youporn] Make description optionalSergey M․2015-10-251-1/+1
* [youporn] Improve and make more robust (Closes #6888, closes #7214)Sergey M․2015-10-251-73/+104
* [youporn] Fix extractionErik2015-10-251-32/+23
* [YouPorn] Fix extractorYen Chi Hsuan2015-04-301-1/+1
* Don't use bare 'except:'Jaime Marquínez Ferrándiz2015-03-271-1/+1
* [youporn] Imrove JSON regex and preserve the old oneSergey M․2015-03-031-1/+2
* fix youporn extractor's json search regexchaos332015-03-031-1/+1
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-2/+3
* [youporn] Fix JSON parameter regexp (Fixes #4384)Philipp Hagemeister2014-12-061-1/+3
* Remove useless u prefixesPhilipp Hagemeister2014-11-261-2/+2
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
* PEP8 appliedJouke Waleson2014-11-231-2/+2
* [youporn] Remove md5 from testPhilipp Hagemeister2014-09-131-1/+0
* [youporn] ModernizePhilipp Hagemeister2014-03-211-14/+18
* [youporn] Add support for multiple formatsPhilipp Hagemeister2013-12-261-20/+18
* Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz2013-11-031-4/+4
* [YouPornIE] Make webpage download more robustrzhxeo2013-10-261-1/+2
* [YouPornIE] Extract all encrypted links and remove doubles at the endrzhxeo2013-10-261-52/+26
* extractor: Set age limit on some adult-related extractors.Rogério Brito2013-10-181-1/+2
* Call extracted property age_limit everywherePhilipp Hagemeister2013-10-061-1/+1
* Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-061-1/+3
* YoupornIE: Clean up extraction of hd videorzhxeo2013-08-281-9/+5
* Allow changes to run under Python 3Philipp Hagemeister2013-08-281-4/+8
* YoupornIE: Add support for hd videos and update Testrzhxeo2013-08-091-2/+12