From a1cab7cead8554913ba3d0362b3d6fb11c8c7f90 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 7 Jul 2011 14:10:25 +0200 Subject: [PATCH] call increment_downloads in blip.tv extractor --- youtube-dl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube-dl b/youtube-dl index bb0f90a9c..466802434 100755 --- a/youtube-dl +++ b/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,