report_extraction was never called for GenericIE
This commit is contained in:
parent
62cf7aaf9a
commit
a9806fd83d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue