Browse Source

call increment_downloads in blip.tv extractor

Philipp Hagemeister 14 years ago
parent
commit
a1cab7cead
1 changed files with 2 additions and 0 deletions
  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,