Explorar el Código

call increment_downloads in blip.tv extractor

Philipp Hagemeister hace 14 años
padre
commit
a1cab7cead
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      youtube-dl

+ 2 - 0
youtube-dl

@@ -2646,6 +2646,8 @@ class BlipTVIE(InfoExtractor):
 				raise ValueError('Can not determine filename extension')
 			ext = umobj.group(1)
 
+			self._downloader.increment_downloads()
+
 			info = {
 				'id': data['item_id'],
 				'url': video_url,