summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/zdf.py
Commit message (Collapse)AuthorAgeFilesLines
* [zdf:channel] Fix testsSergey M․2020-02-291-2/+2
|
* [zdf] Bypass geo restrictionSergey M․2019-09-191-0/+1
|
* Improve URL extractionSergey M․2018-07-211-5/+7
|
* [zdf] Update testsWandang2018-02-211-8/+11
|
* [zdf] Fix extraction (closes #12117)Sergey M․2017-02-141-6/+8
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* [zdf] Improve (closes #11055, closes #11063)Sergey M․2017-01-051-260/+266
|
* [zdf] Fix extractionPaul Hartmann2017-01-051-170/+214
|
* [zdf] Extract subtitles (closes #9081)Jaime Marquínez Ferrándiz2016-04-041-0/+8
|
* [zdf] Ignore hls manifests that use https (closes #8665)Jaime Marquínez Ferrándiz2016-02-281-0/+4
| | | | | | The certificates are misconfigured, you get the following error mesage: ssl.CertificateError: hostname u'zdf-hdios-none-i.zdf.de' doesn't match either of 'a248.e.akamai.net', '*.akamaihd.net', '*.akamaihd-staging.net', '*.akamaized.net', '*.akamaized-staging.net'
* [zdf] fix rtmpt format downloading handle errorsremitamine2016-01-021-3/+12
|
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-12/+6
| | | | Now all _extract_*_formats routines return a list
* [zdf] fix formats extractionremitamine2015-12-281-96/+157
|
* [zdf:channel] Add more testsSergey M․2015-12-241-2/+11
|
* [zdf:channel] Relax _VALID_URLSergey M․2015-12-241-1/+1
|
* [zdf] expand valid-url pattern for channelsBoris Wachtmeister2015-12-241-1/+1
| | | | | | | | | The webpage also creates URLs which include additional text that defines the sorting order on the page like "aktuellste" (most current) and "meist-gesehen" (most seen), e.g.: http://www.zdf.de/ZDFmediathek/kanaluebersicht/aktuellste/332 http://www.zdf.de/ZDFmediathek/kanaluebersicht/meist-gesehen/332
* [zdf] Modernize and PEP 8Sergey M․2015-10-191-21/+22
|
* simplify thumbnail dict buildingkennell2015-10-181-3/+4
|
* check if key attrib matches resolution patternkennell2015-10-181-3/+3
|
* use int_or_none, check if attrib exists, remove thumbnailkennell2015-10-181-8/+5
|
* adds thumbnail support for ZDF Mediathek extractorkennell2015-10-181-0/+19
|
* [zdf] Fix test casePhilipp Hagemeister2015-01-081-1/+1
|
* [zdf:channel] Simplify (#4427)Philipp Hagemeister2014-12-111-71/+40
|
* [zdf] Add support for channelsAdrian Kretz2014-12-101-3/+82
|
* [phoenix] Add new extractor (Fixes #4036)Philipp Hagemeister2014-10-271-74/+77
|
* [zdf] SimplifyPhilipp Hagemeister2014-10-271-3/+2
|
* [zdf] Fix podcast extraction and use unicode literals (Closes #2446)Sergey M.2014-02-241-36/+34
|
* [zdf] Make width extraction more robustPhilipp Hagemeister2013-12-251-6/+6
|
* [zdf] Use centralized sortingPhilipp Hagemeister2013-12-241-21/+7
|
* [zdf] Correct order of unknown formats (#1936)Philipp Hagemeister2013-12-101-2/+2
|
* [zdf] Use _download_xmlPhilipp Hagemeister2013-11-281-4/+4
|
* [zdf] add a pseudo-testcase and fix URL matchingPhilipp Hagemeister2013-11-281-1/+15
|
* Remove quality_name field and improve zdf extractorPhilipp Hagemeister2013-11-251-6/+17
|
* [zdf/common] Use API in ZDF extractor.Philipp Hagemeister2013-11-251-45/+70
| | | | | This also comes with a lot of extra format fields Fixes #1518
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-1/+1
|
* [zdf] Add support for hash URLs and simplify (#1518)Philipp Hagemeister2013-09-281-32/+42
|
* Move ARD, Arte, ZDF into their own filesPhilipp Hagemeister2013-06-231-0/+65