mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 08:29:57 +01:00
[puls4] Relax _VALID_URL (closes #11267)
This commit is contained in:
parent
1db058466d
commit
74394b5e10
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
|
|
||||||
class Puls4IE(ProSiebenSat1BaseIE):
|
class Puls4IE(ProSiebenSat1BaseIE):
|
||||||
_VALID_URL = r'https?://(?:www\.)?puls4\.com/(?P<id>(?:[^/]+/)*?videos/[^?#]+)'
|
_VALID_URL = r'https?://(?:www\.)?puls4\.com/(?P<id>[^?#&]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://www.puls4.com/2-minuten-2-millionen/staffel-3/videos/2min2miotalk/Tobias-Homberger-von-myclubs-im-2min2miotalk-118118',
|
'url': 'http://www.puls4.com/2-minuten-2-millionen/staffel-3/videos/2min2miotalk/Tobias-Homberger-von-myclubs-im-2min2miotalk-118118',
|
||||||
'md5': 'fd3c6b0903ac72c9d004f04bc6bb3e03',
|
'md5': 'fd3c6b0903ac72c9d004f04bc6bb3e03',
|
||||||
@ -22,6 +22,12 @@ class Puls4IE(ProSiebenSat1BaseIE):
|
|||||||
'upload_date': '20160830',
|
'upload_date': '20160830',
|
||||||
'uploader': 'PULS_4',
|
'uploader': 'PULS_4',
|
||||||
},
|
},
|
||||||
|
}, {
|
||||||
|
'url': 'http://www.puls4.com/pro-und-contra/wer-wird-prasident/Ganze-Folgen/Wer-wird-Praesident.-Norbert-Hofer',
|
||||||
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
'url': 'http://www.puls4.com/pro-und-contra/wer-wird-prasident/Ganze-Folgen/Wer-wird-Praesident-Analyse-des-Interviews-mit-Norbert-Hofer-416598',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
_TOKEN = 'puls4'
|
_TOKEN = 'puls4'
|
||||||
_SALT = '01!kaNgaiNgah1Ie4AeSha'
|
_SALT = '01!kaNgaiNgah1Ie4AeSha'
|
||||||
|
Loading…
Reference in New Issue
Block a user