mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-27 17:26:51 +01:00
[prosiebensat1] add another clip ID regexp(fixes #15378)
This commit is contained in:
parent
dc400ed6a2
commit
967ebbdb6c
@ -345,6 +345,7 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE):
|
|||||||
r'clip[iI]d\s*=\s*["\'](\d+)',
|
r'clip[iI]d\s*=\s*["\'](\d+)',
|
||||||
r"'itemImageUrl'\s*:\s*'/dynamic/thumbnails/full/\d+/(\d+)",
|
r"'itemImageUrl'\s*:\s*'/dynamic/thumbnails/full/\d+/(\d+)",
|
||||||
r'proMamsId"\s*:\s*"(\d+)',
|
r'proMamsId"\s*:\s*"(\d+)',
|
||||||
|
r'proMamsId"\s*:\s*"(\d+)',
|
||||||
]
|
]
|
||||||
_TITLE_REGEXES = [
|
_TITLE_REGEXES = [
|
||||||
r'<h2 class="subtitle" itemprop="name">\s*(.+?)</h2>',
|
r'<h2 class="subtitle" itemprop="name">\s*(.+?)</h2>',
|
||||||
|
Loading…
Reference in New Issue
Block a user