From: Filippo Valsorda Date: Sun, 30 Dec 2012 18:53:07 +0000 (+0100) Subject: Removed a spurious increment_downloads, this time cleanly X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=8cad53e84c0e291b34df81201c27ba0323471a66 Removed a spurious increment_downloads, this time cleanly --- diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index e3cf7e115..d74751a55 100755 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -1093,7 +1093,6 @@ class ArteTvIE(InfoExtractor): self._downloader.to_screen(u'[arte.tv] %s: Extracting information' % video_id) def fetch_webpage(self, url): - self._downloader.increment_downloads() request = compat_urllib_request.Request(url) try: self.report_download_webpage(url)