Commit Graph

29 Commits (98708e6cbdc8b94723b30341b714a94905c70c7c)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 8c7d6e8e22 [zdf] Extract subtitles (closes )
Jaime Marquínez Ferrándiz 9173202b84 [zdf] Ignore hls manifests that use https (closes )
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'
remitamine 6b46102661 [zdf] fix rtmpt format downloading handle errors
Sergey M․ 7e5edcfd33 Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
remitamine a5c1d95500 [zdf] fix formats extraction
Sergey M․ c24044635b [zdf:channel] Add more tests
Sergey M․ 67ba388efb [zdf:channel] Relax _VALID_URL
Boris Wachtmeister e41604227c [zdf] expand valid-url pattern for channels
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
Sergey M․ 7b091c370c [zdf] Modernize and PEP 8
kennell b7cedb1604 simplify thumbnail dict building
kennell b243340f0c check if key attrib matches resolution pattern
kennell 8cc83d301d use int_or_none, check if attrib exists, remove thumbnail
kennell 264b23e1a4 adds thumbnail support for ZDF Mediathek extractor
Philipp Hagemeister d51a853d5c [zdf] Fix test case
Philipp Hagemeister 9abd500a74 [zdf:channel] Simplify ()
Adrian Kretz 8560c61842 [zdf] Add support for channels
Philipp Hagemeister 8cc3eba79a [phoenix] Add new extractor (Fixes )
Philipp Hagemeister aea856621f [zdf] Simplify
Sergey M. 919052d094 [zdf] Fix podcast extraction and use unicode literals (Closes )
Philipp Hagemeister 61224dbcdd [zdf] Make width extraction more robust
Philipp Hagemeister c7deaa4c74 [zdf] Use centralized sorting
Philipp Hagemeister 5a3ea17c94 [zdf] Correct order of unknown formats ()
Philipp Hagemeister 2a275ab007 [zdf] Use _download_xml
Philipp Hagemeister a2e6db365c [zdf] add a pseudo-testcase and fix URL matching
Philipp Hagemeister c059bdd432 Remove quality_name field and improve zdf extractor
Philipp Hagemeister 02dbf93f0e [zdf/common] Use API in ZDF extractor.
This also comes with a lot of extra format fields
Fixes 
Philipp Hagemeister f3682997d7 Clean up unused imports and other minor mistakes
Philipp Hagemeister 0b7c2485b6 [zdf] Add support for hash URLs and simplify ()
Philipp Hagemeister d5822b96b0 Move ARD, Arte, ZDF into their own files