dirkf
c282e5f8d7
[ZDF] Overhaul ZDF extractors
...
* pull some yt-dlp changes into ZDFBaseIE._extract_format()
* add test cases from yt-dlp to ZDFIE
* fix crash in ZDFIE._extract_mobile() when object had no `formitaeten`
* improve title extraction in ZDFChannelIE (remove trailing station ident)
* avoid extracting non-video playlist items (fixes #31149 )
2 years ago
dirkf
5197336de6
Support more deeply nested ptmd_path with test, update tests
3 years ago
Sergey M․
3fb14cd214
[zdf] Rework extractors ( closes #11606 , closes #13473 , closes #17354 , closes #21185 , closes #26711 , closes #27068 , closes #27930 , closes #28198 , closes #28199 , closes #28274 )
...
* Generalize unique video ids for zdf based extractors
* Improve extraction
* Fix 3sat and phoenix
4 years ago
Remita Amine
2e47264235
[zdf] extract webm formats( closes #26659 )
4 years ago
Sergey M․
b4cbdbd4b3
[zdf:channel] Fix tests
5 years ago
Sergey M․
9cf26b6e1d
[zdf] Bypass geo restriction
5 years ago
Sergey M․
3052a30d42
Improve URL extraction
6 years ago
Wandang
12acb9a6fb
[zdf] Update tests
7 years ago
Sergey M․
50de3dbad3
[zdf] Fix extraction ( closes #12117 )
8 years ago
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
8 years ago
Sergey M․
fb47cb5b23
[zdf] Improve ( closes #11055 , closes #11063 )
8 years ago
Paul Hartmann
b6de53ea8a
[zdf] Fix extraction
8 years ago
Jaime Marquínez Ferrándiz
8c7d6e8e22
[zdf] Extract subtitles ( closes #9081 )
9 years ago
Jaime Marquínez Ferrándiz
9173202b84
[zdf] Ignore hls manifests that use https ( closes #8665 )
...
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'
9 years ago
remitamine
6b46102661
[zdf] fix rtmpt format downloading handle errors
9 years ago
Sergey M․
7e5edcfd33
Simplify formats accumulation for f4m/m3u8/smil formats
...
Now all _extract_*_formats routines return a list
9 years ago
remitamine
a5c1d95500
[zdf] fix formats extraction
9 years ago
Sergey M․
c24044635b
[zdf:channel] Add more tests
9 years ago
Sergey M․
67ba388efb
[zdf:channel] Relax _VALID_URL
9 years ago
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
9 years ago
Sergey M․
7b091c370c
[zdf] Modernize and PEP 8
9 years ago
kennell
b7cedb1604
simplify thumbnail dict building
9 years ago
kennell
b243340f0c
check if key attrib matches resolution pattern
9 years ago
kennell
8cc83d301d
use int_or_none, check if attrib exists, remove thumbnail
9 years ago
kennell
264b23e1a4
adds thumbnail support for ZDF Mediathek extractor
9 years ago
Philipp Hagemeister
d51a853d5c
[zdf] Fix test case
10 years ago
Philipp Hagemeister
9abd500a74
[zdf:channel] Simplify ( #4427 )
10 years ago
Adrian Kretz
8560c61842
[zdf] Add support for channels
10 years ago
Philipp Hagemeister
8cc3eba79a
[phoenix] Add new extractor ( Fixes #4036 )
10 years ago
Philipp Hagemeister
aea856621f
[zdf] Simplify
10 years ago
Sergey M.
919052d094
[zdf] Fix podcast extraction and use unicode literals ( Closes #2446 )
11 years ago
Philipp Hagemeister
61224dbcdd
[zdf] Make width extraction more robust
11 years ago
Philipp Hagemeister
c7deaa4c74
[zdf] Use centralized sorting
11 years ago
Philipp Hagemeister
5a3ea17c94
[zdf] Correct order of unknown formats ( #1936 )
11 years ago
Philipp Hagemeister
2a275ab007
[zdf] Use _download_xml
11 years ago
Philipp Hagemeister
a2e6db365c
[zdf] add a pseudo-testcase and fix URL matching
11 years ago
Philipp Hagemeister
c059bdd432
Remove quality_name field and improve zdf extractor
11 years ago
Philipp Hagemeister
02dbf93f0e
[zdf/common] Use API in ZDF extractor.
...
This also comes with a lot of extra format fields
Fixes #1518
11 years ago
Philipp Hagemeister
f3682997d7
Clean up unused imports and other minor mistakes
11 years ago
Philipp Hagemeister
0b7c2485b6
[zdf] Add support for hash URLs and simplify ( #1518 )
11 years ago
Philipp Hagemeister
d5822b96b0
Move ARD, Arte, ZDF into their own files
12 years ago