mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[prosiebensat1] Add support for kabeleinsdoku (Closes #10732)
This commit is contained in:
parent
45cae3b021
commit
71ad00c09f
@ -122,7 +122,7 @@ def fix_bitrate(bitrate):
|
|||||||
class ProSiebenSat1IE(ProSiebenSat1BaseIE):
|
class ProSiebenSat1IE(ProSiebenSat1BaseIE):
|
||||||
IE_NAME = 'prosiebensat1'
|
IE_NAME = 'prosiebensat1'
|
||||||
IE_DESC = 'ProSiebenSat.1 Digital'
|
IE_DESC = 'ProSiebenSat.1 Digital'
|
||||||
_VALID_URL = r'https?://(?:www\.)?(?:(?:prosieben|prosiebenmaxx|sixx|sat1|kabeleins|the-voice-of-germany|7tv)\.(?:de|at|ch)|ran\.de|fem\.com)/(?P<id>.+)'
|
_VALID_URL = r'https?://(?:www\.)?(?:(?:prosieben|prosiebenmaxx|sixx|sat1|kabeleins|the-voice-of-germany|7tv|kabeleinsdoku)\.(?:de|at|ch)|ran\.de|fem\.com)/(?P<id>.+)'
|
||||||
|
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
@ -290,6 +290,11 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE):
|
|||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# geo restricted to Germany
|
||||||
|
'url': 'http://www.kabeleinsdoku.de/tv/mayday-alarm-im-cockpit/video/102-notlandung-im-hudson-river-ganze-folge',
|
||||||
|
'only_matching': True,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
_TOKEN = 'prosieben'
|
_TOKEN = 'prosieben'
|
||||||
|
Loading…
Reference in New Issue
Block a user