Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | [prosiebensat1] Extract series metadata | Sergey M․ | |
2020-04-24 | [prosiebensat1] Improve extraction and remove 7tv.de support (#24948) | Philipp Stehle | |
2019-12-30 | [prosiebensat1] improve geo restriction handling(closes #23571) | Remita Amine | |
2019-06-01 | [prosiebensat1] add support for new API(closes #21272) | Remita Amine | |
2019-03-11 | Start moving to ytdl-org | Sergey M․ | |
2018-03-19 | [prosiebensat1] Add support for galileo.tv (closes #15894) | kayb94 | |
2018-02-08 | [prosiebensat1] Extend _VALID_URL (closes #15520) | Sergey M․ | |
2018-01-23 | [prosiebensat1] add another clip ID regexp(fixes #15378) | Remita Amine | |
2018-01-21 | [prosiebensat1] Relax clip id | Sergey M․ | |
2018-01-19 | prosiebensat1: add another clip ID regexp | Philipp Hagemeister | |
2017-03-09 | [prosiebensat1] Improve title extraction and add test | Sergey M․ | |
2017-03-10 | [prosiebensat1] Improve title extraction (closes #12318) | Thomas Christlieb | |
2017-02-20 | [prosiebensat1] Throw ExtractionError on unsupported page type (closes #12180) | Sergey M․ | |
2017-02-01 | [prosiebensat1] PEP8 and update _TESTS | Yen Chi Hsuan | |
2017-02-01 | Added new Regex for prosiebensat1 Extractor Description. Fixes #11810 (#11929) | Thomas Christlieb | |
* Added new Regex for prosiebensat1 Extractor Description. Fixes #11810 * Using _og_search_description() as a Fallback for Description-Regex * Using _og_search_description() as a Fallback for Description-Regex - Second try * Also added fallback regex * Using _og_search_description() as a Fallback for Description-Regex - Third try * removed fatal=False from search for description regex. default=None should be preferred only * Using fatal=false for _og_search_description * Revert "Using fatal=false for _og_search_description" This reverts commit 2b7e123f9d0f2bd6ada54fa8e4e6035fece5dbf4. * Deleted default=None Parameter for _og_search_property | |||
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-12-10 | [prosiebensat1] extract dash formats | Remita Amine | |
2016-10-03 | Unify coding cookie | Déstin Reed | |
2016-09-25 | [prosiebensat1] Add support for advopedia | Sergey M․ | |
2016-09-25 | [prosiebensat1] Improve _VALID_URL | Sergey M․ | |
2016-09-25 | [prosiebensat1] Fix playlist support (Closes #10745) | Sergey M․ | |
2016-09-25 | [prosiebensat1] Add support for sat1gold (#10745) | Sergey M․ | |
2016-09-23 | [prosiebensat1] Add support for kabeleinsdoku (Closes #10732) | Sergey M․ | |
2016-09-07 | [puls4] fix extraction(closes #10583) | Remita Amine | |
2016-07-06 | [prosiebensat1] Make downloading urls JSON non fatal | Sergey M․ | |
2016-07-05 | [prosiebensat1] extract all formats | Remita Amine | |
2016-03-26 | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | |
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974 | |||
2016-01-14 | [prosiebensat1] Fix some extraction and update tests | Sergey M․ | |
2016-01-14 | [prosiebensat1] add support for 7tv.de | Lucas | |
2015-11-05 | [prosiebensat1] Add support for .ch domains (Closes #7365) | Sergey M․ | |
2015-07-23 | [prosiebensat1] Modernize | Sergey M․ | |
2015-07-23 | [prosiebensat1] Recognize DRM protected videos (#6334) | Sergey M․ | |
2015-07-16 | [prosiebensat1] Clarify test purpose | Sergey M․ | |
2015-07-16 | [prosiebensat1] Use generic f4m manifest extraction | Sergey M․ | |
2015-07-15 | [prosiebensat1] Fix extraction (Closes #6215) | Sergey M․ | |
2015-06-12 | [prosiebensat1] Add title regex | Sergey M․ | |
2015-06-12 | [prosiebensat1] Fix rtmp extraction (Closes #5962) | Sergey M․ | |
2015-05-23 | [prosiebensat1] Add support for .at domain names (Closes #5786) | Sergey M․ | |
2015-04-03 | [prosiebensat1] Fix test | Sergey M․ | |
2015-04-03 | [prosiebensat1] Fix bitrate (Closes #5350 closes #5351) | Sergey M․ | |
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-07 | [prosiebensat1] Improve and simplify | Sergey M․ | |
2014-12-06 | [prosiebensat1] Fix broken tests | Adrian Kretz | |
2014-12-06 | [prosiebensat1] Add support for playlists (fixes #4357) | Adrian Kretz | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-09-29 | [prosiebensat1] Fix test case | Philipp Hagemeister | |
2014-09-13 | [prosiebensat1] Make upload_date optional | Philipp Hagemeister | |
The site has a crazy incorrect date in German formatting, but the correct date is nowhere to be found. | |||
2014-09-13 | [prosiebensat1] Fix bitrate calculation | Philipp Hagemeister | |
2014-06-19 | [prosiebensat1] Update some regexes | Sergey M․ | |
2014-05-05 | [prosiebensat1] Simplify | Sergey M․ | |