youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a1cab7cead8554913ba3d0362b3d6fb11c8c7f90
parent 8b95c38707b8e6c9f2ce6a754d77b2b8f458cc14
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu,  7 Jul 2011 14:10:25 +0200

call increment_downloads in blip.tv extractor

Diffstat:
Myoutube-dl | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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,