2
0
Эх сурвалжийг харах

report_extraction was never called for GenericIE

Vasyl' Vavrychuk 14 жил өмнө
parent
commit
a9806fd83d
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      youtube-dl

+ 1 - 0
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: