|
|
@ -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>',
|
|
|
|