prosiebensat1: add another clip ID regexp
This commit is contained in:
parent
154e4fdace
commit
2a3683c378
@ -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 New Issue
Block a user