1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-16 18:19:32 +00:00

[prosiebensat1] Relax clip id

This commit is contained in:
Sergey M․ 2018-01-21 21:22:38 +07:00
parent e0ab56571e
commit 721a0c3c7b
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -344,7 +344,7 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE):
r'clip[iI]d=(\d+)',
r'clip[iI]d\s*=\s*["\'](\d+)',
r"'itemImageUrl'\s*:\s*'/dynamic/thumbnails/full/\d+/(\d+)",
r'proMamsId":"(\d+)',
r'proMamsId"\s*:\s*"(\d+)',
]
_TITLE_REGEXES = [
r'<h2 class="subtitle" itemprop="name">\s*(.+?)</h2>',