projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bbe660
)
[hentaistigma] Fix video extractor
author
nawl
<dylanlwrigh@gmail.com>
Sun, 28 Jun 2015 23:24:00 +0000
(17:24 -0600)
committer
nawl
<dylanlwrigh@gmail.com>
Sun, 28 Jun 2015 23:24:00 +0000
(17:24 -0600)
youtube_dl/extractor/hentaistigma.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/hentaistigma.py
b/youtube_dl/extractor/hentaistigma.py
index 63d87b74cc2d5258960fce3b0c6cd5eca48a0b11..225af8cb364d4af3217b47ba3fbf20d11c8ed50f 100644
(file)
--- a/
youtube_dl/extractor/hentaistigma.py
+++ b/
youtube_dl/extractor/hentaistigma.py
@@
-32,7
+32,7
@@
class HentaiStigmaIE(InfoExtractor):
wrap_webpage = self._download_webpage(wrap_url, video_id)
video_url = self._html_search_regex(
- r'
clip:\s*{\s*url: "([^"]*
)"', wrap_webpage, 'video url')
+ r'
file:"([^"]+
)"', wrap_webpage, 'video url')
return {
'id': video_id,