mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:47:06 -05:00 
			
		
		
		
	[viafree] PEP 8
This commit is contained in:
		@@ -390,7 +390,7 @@ class ViafreeIE(InfoExtractor):
 | 
				
			|||||||
        if thumbnail:
 | 
					        if thumbnail:
 | 
				
			||||||
            video_id = self._search_regex(
 | 
					            video_id = self._search_regex(
 | 
				
			||||||
                r'https?://[^/]+/imagecache/(?:[^/]+/)+seasons/\d+/(\d{6,})/',
 | 
					                r'https?://[^/]+/imagecache/(?:[^/]+/)+seasons/\d+/(\d{6,})/',
 | 
				
			||||||
            thumbnail, 'video id', default=None)
 | 
					                thumbnail, 'video id', default=None)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if not video_id:
 | 
					        if not video_id:
 | 
				
			||||||
            video_id = self._search_regex(
 | 
					            video_id = self._search_regex(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user