mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
Also added fallback regex
This commit is contained in:
parent
3d8bd9b919
commit
5037add139
|
@ -341,6 +341,7 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE):
|
|||
r'<header class="module_header">\s*<h2>([^<]+)</h2>\s*</header>',
|
||||
r'<h2 class="video-title" itemprop="name">\s*(.+?)</h2>',
|
||||
r'<div[^>]+id="veeseoTitle"[^>]*>(.+?)</div>',
|
||||
r'<meta property="og:description" content="(.*?)">',
|
||||
]
|
||||
_DESCRIPTION_REGEXES = [
|
||||
r'<p itemprop="description">\s*(.+?)</p>',
|
||||
|
|
Loading…
Reference in a new issue