mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	Removed a spurious increment_downloads, this time cleanly
This commit is contained in:
		@@ -1093,7 +1093,6 @@ class ArteTvIE(InfoExtractor):
 | 
				
			|||||||
        self._downloader.to_screen(u'[arte.tv] %s: Extracting information' % video_id)
 | 
					        self._downloader.to_screen(u'[arte.tv] %s: Extracting information' % video_id)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def fetch_webpage(self, url):
 | 
					    def fetch_webpage(self, url):
 | 
				
			||||||
        self._downloader.increment_downloads()
 | 
					 | 
				
			||||||
        request = compat_urllib_request.Request(url)
 | 
					        request = compat_urllib_request.Request(url)
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            self.report_download_webpage(url)
 | 
					            self.report_download_webpage(url)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user