Browse Source

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

totalwebcasting
Sergey M․ 11 years ago
parent
commit
37e3410137
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/prosiebensat1.py

+ 1
- 0
youtube_dl/extractor/prosiebensat1.py 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>',


Loading…
Cancel
Save