1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-04 07:01:16 +02:00

report_extraction was never called for GenericIE

This commit is contained in:
Vasyl' Vavrychuk 2010-12-05 20:48:22 +02:00
parent 62cf7aaf9a
commit a9806fd83d

View File

@ -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: