diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-30 19:53:07 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-30 19:53:07 +0100 |
commit | 8cad53e84c0e291b34df81201c27ba0323471a66 (patch) | |
tree | 2e53dc6ff950ba70c0f1d01b1da46b536e8b6cc2 /youtube_dl/InfoExtractors.py | |
parent | d5ed35b664628f40945959e5c07bfbf4c0bd134a (diff) |
Removed a spurious increment_downloads, this time cleanly
Diffstat (limited to 'youtube_dl/InfoExtractors.py')
-rwxr-xr-x | youtube_dl/InfoExtractors.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |