projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b5196
)
[prosiebensat1] Add one more clip id pattern (Closes #2737)
author
Sergey M․
<dstftw@gmail.com>
Fri, 11 Apr 2014 19:53:55 +0000
(
02:53
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 11 Apr 2014 19:53:55 +0000
(
02:53
+0700)
youtube_dl/extractor/prosiebensat1.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/prosiebensat1.py
b/youtube_dl/extractor/prosiebensat1.py
index 3f585bebf86d68abec429aa6f3d9c91e5a9f028b..1e84b175fbd8307202caa2b94aa8f533edac85ea 100644
(file)
--- a/
youtube_dl/extractor/prosiebensat1.py
+++ b/
youtube_dl/extractor/prosiebensat1.py
@@
-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>',