소스 검색

call increment_downloads in blip.tv extractor

Philipp Hagemeister 14 년 전
부모
커밋
a1cab7cead
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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,