Parcourir la source

call increment_downloads in blip.tv extractor

Philipp Hagemeister il y a 14 ans
Parent
commit
a1cab7cead
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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,