mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
prosiebensat1: add another clip ID regexp
This commit is contained in:
parent
154e4fdace
commit
2a3683c378
1 changed files with 1 additions and 0 deletions
|
@ -344,6 +344,7 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE):
|
||||||
r'clip[iI]d=(\d+)',
|
r'clip[iI]d=(\d+)',
|
||||||
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":"(\d+)',
|
||||||
]
|
]
|
||||||
_TITLE_REGEXES = [
|
_TITLE_REGEXES = [
|
||||||
r'<h2 class="subtitle" itemprop="name">\s*(.+?)</h2>',
|
r'<h2 class="subtitle" itemprop="name">\s*(.+?)</h2>',
|
||||||
|
|
Loading…
Reference in a new issue