Browse Source

Removed a spurious increment_downloads, this time cleanly

rtmp_test
Filippo Valsorda 12 years ago
parent
commit
8cad53e84c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/InfoExtractors.py

+ 0
- 1
youtube_dl/InfoExtractors.py View File

@ -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)


Loading…
Cancel
Save