浏览代码

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')
 				raise ValueError('Can not determine filename extension')
 			ext = umobj.group(1)
 			ext = umobj.group(1)
 
 
+			self._downloader.increment_downloads()
+
 			info = {
 			info = {
 				'id': data['item_id'],
 				'id': data['item_id'],
 				'url': video_url,
 				'url': video_url,