Skip to content

Commit

Permalink
Removed a spurious increment_downloads, this time cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Dec 30, 2012
1 parent d5ed35b commit 8cad53e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion youtube_dl/InfoExtractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,6 @@ def report_extraction(self, video_id):
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)
Expand Down

0 comments on commit 8cad53e

Please sign in to comment.