projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de66764
)
added StatigrIE
author
M.Yasoob Khalid
<yasoob.khld@gmail.com>
Sun, 23 Jun 2013 13:02:55 +0000
(18:02 +0500)
committer
M.Yasoob Khalid
<yasoob.khld@gmail.com>
Sun, 23 Jun 2013 13:02:55 +0000
(18:02 +0500)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index 6788bf402305c0acf15a4703387fb87feb0a9803..4aec8c6879e79ccc13cf5e9bcfbf9abc17c4d1d1 100755
(executable)
--- a/
youtube_dl/InfoExtractors.py
+++ b/
youtube_dl/InfoExtractors.py
@@
-4565,7
+4565,6
@@
class StatigrIE(InfoExtractor):
thumbnail_url = re.search(r'<meta property="og:image" content="(.+?)" />',webpage).group(1)
title = (re.search(r'<title>(.+?)</title>',webpage).group(1)).strip("| Statigram")
uploader = re.search(r'@(.+) \(Videos\)',title).group(1)
- print uploader
ext = "mp4"
return [{
'id': video_id,