projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62cf7aa
)
report_extraction was never called for GenericIE
author
Vasyl' Vavrychuk
<vvavrychuk@gmail.com>
Sun, 5 Dec 2010 18:48:22 +0000
(20:48 +0200)
committer
Vasyl' Vavrychuk
<vvavrychuk@gmail.com>
Sun, 5 Dec 2010 18:56:27 +0000
(20:56 +0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 22dd230ee2b343afaf13bde27aab7b12aea07cbd..d0584a3126c6818e86ed96821e8bbabcfc2a9c7c 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-1619,6
+1619,7
@@
class GenericIE(InfoExtractor):
self._downloader.trouble(u'ERROR: Invalid URL: %s' % url)
return
+ self.report_extraction(video_id)
# Start with something easy: JW Player in SWFObject
mobj = re.search(r'flashvars: [\'"](?:.*&)?file=(http[^\'"&]*)', webpage)
if mobj is None: