mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-27 18:30:10 +00:00
Also added fallback regex
This commit is contained in:
parent
3d8bd9b919
commit
5037add139
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE):
|
||||||
r'<header class="module_header">\s*<h2>([^<]+)</h2>\s*</header>',
|
r'<header class="module_header">\s*<h2>([^<]+)</h2>\s*</header>',
|
||||||
r'<h2 class="video-title" itemprop="name">\s*(.+?)</h2>',
|
r'<h2 class="video-title" itemprop="name">\s*(.+?)</h2>',
|
||||||
r'<div[^>]+id="veeseoTitle"[^>]*>(.+?)</div>',
|
r'<div[^>]+id="veeseoTitle"[^>]*>(.+?)</div>',
|
||||||
|
r'<meta property="og:description" content="(.*?)">',
|
||||||
]
|
]
|
||||||
_DESCRIPTION_REGEXES = [
|
_DESCRIPTION_REGEXES = [
|
||||||
r'<p itemprop="description">\s*(.+?)</p>',
|
r'<p itemprop="description">\s*(.+?)</p>',
|
||||||
|
|
Loading…
Add table
Reference in a new issue