Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-30 | [YouPorn] Fix extractor | Yen Chi Hsuan | |
2015-03-27 | Don'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 one | Sergey M․ | |
2015-03-03 | fix youporn extractor's json search regex | chaos33 | |
2014-12-13 | Fix imports and general cleanup | Philipp 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-26 | Remove useless u prefixes | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-09-13 | [youporn] Remove md5 from test | Philipp Hagemeister | |
Has changed multiple times, and we're checking that it looks like a video now by default. | |||
2014-03-21 | [youporn] Modernize | Philipp Hagemeister | |
2013-12-26 | [youporn] Add support for multiple formats | Philipp Hagemeister | |
2013-11-03 | Style fixes for extractors: remove spaces around (,),{ and } | Jaime Marquínez Ferrándiz | |
2013-10-26 | [YouPornIE] Make webpage download more robust | rzhxeo | |
2013-10-26 | [YouPornIE] Extract all encrypted links and remove doubles at the end | rzhxeo | |
2013-10-18 | extractor: 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-06 | Call extracted property age_limit everywhere | Philipp Hagemeister | |
2013-10-06 | Allow 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-28 | YoupornIE: Clean up extraction of hd video | rzhxeo | |
2013-08-28 | Allow changes to run under Python 3 | Philipp Hagemeister | |
2013-08-09 | YoupornIE: Add support for hd videos and update Test | rzhxeo | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-23 | [YouPorn] move into own file | Philipp Hagemeister | |