mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:47:06 -05:00 
			
		
		
		
	[generic] PEP 8 (#17455)
This commit is contained in:
		@@ -3112,7 +3112,7 @@ class GenericIE(InfoExtractor):
 | 
			
		||||
            return self.playlist_from_matches(
 | 
			
		||||
                foxnews_urls, video_id, video_title, ie=FoxNewsIE.ie_key())
 | 
			
		||||
 | 
			
		||||
        sharevideos_urls = [mobj.group('url') for mobj in re.finditer(
 | 
			
		||||
        sharevideos_urls = [sharevideos_mobj.group('url') for sharevideos_mobj in re.finditer(
 | 
			
		||||
            r'<iframe[^>]+?\bsrc\s*=\s*(["\'])(?P<url>(?:https?:)?//embed\.share-videos\.se/auto/embed/\d+\?.*?\buid=\d+.*?)\1',
 | 
			
		||||
            webpage)]
 | 
			
		||||
        if sharevideos_urls:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user