youtube-dl

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

commit 8cad53e84c0e291b34df81201c27ba0323471a66
parent d5ed35b664628f40945959e5c07bfbf4c0bd134a
Author: Filippo Valsorda <filippo.valsorda@gmail.com>
Date:   Sun, 30 Dec 2012 19:53:07 +0100

Removed a spurious increment_downloads, this time cleanly

Diffstat:
Myoutube_dl/InfoExtractors.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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