mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 22:37:07 -05:00 
			
		
		
		
	[dtube] PEP 8 (#17455)
This commit is contained in:
		@@ -59,7 +59,7 @@ class DTubeIE(InfoExtractor):
 | 
			
		||||
            try:
 | 
			
		||||
                self.to_screen('%s: Checking %s video format URL' % (video_id, format_id))
 | 
			
		||||
                self._downloader._opener.open(video_url, timeout=5).close()
 | 
			
		||||
            except timeout as e:
 | 
			
		||||
            except timeout:
 | 
			
		||||
                self.to_screen(
 | 
			
		||||
                    '%s: %s URL is invalid, skipping' % (video_id, format_id))
 | 
			
		||||
                continue
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user