[prosiebensat1] Add one more clip id pattern (Closes #2737)

This commit is contained in:
Sergey M․ 2014-04-12 02:53:55 +07:00
parent 97b5196960
commit 37e3410137
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ class ProSiebenSat1IE(InfoExtractor):
_CLIPID_REGEXES = [
r'"clip_id"\s*:\s+"(\d+)"',
r'clipid: "(\d+)"',
r'clipId=(\d+)',
]
_TITLE_REGEXES = [
r'<h2 class="subtitle" itemprop="name">\s*(.+?)</h2>',