Also added fallback regex

This commit is contained in:
Thomas Christlieb 2017-02-01 11:08:36 +01:00
parent 3d8bd9b919
commit 5037add139

View File

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