projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3215c50
)
[sunporno] fix extraction
author
peugeot
<peugeot.com>
Sat, 14 Feb 2015 12:29:44 +0000
(13:29 +0100)
committer
peugeot
<peugeot.com>
Sat, 14 Feb 2015 12:29:44 +0000
(13:29 +0100)
youtube_dl/extractor/sunporno.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/sunporno.py
b/youtube_dl/extractor/sunporno.py
index 8a333f1d24d6be3bd5160d843c3cd6451ef83178..f2a1d65503bcbbdd3e3e51ae7168eb2fe0db62b2 100644
(file)
--- a/
youtube_dl/extractor/sunporno.py
+++ b/
youtube_dl/extractor/sunporno.py
@@
-52,7
+52,7
@@
class SunPornoIE(InfoExtractor):
formats = []
quality = qualities(['mp4', 'flv'])
- for video_url in re.findall(r'<
source
src="([^"]+)"', webpage):
+ for video_url in re.findall(r'<
video
src="([^"]+)"', webpage):
video_ext = determine_ext(video_url)
formats.append({
'url': video_url,