mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 23:57:06 -05:00 
			
		
		
		
	Additional regex for yahoo extractor
This commit is contained in:
		@@ -221,6 +221,7 @@ class YahooIE(InfoExtractor):
 | 
			
		||||
                    r'root\.App\.Cache\.context\.videoCache\.curVideo = \{"([^"]+)"',
 | 
			
		||||
                    r'"first_videoid"\s*:\s*"([^"]+)"',
 | 
			
		||||
                    r'%s[^}]*"ccm_id"\s*:\s*"([^"]+)"' % re.escape(page_id),
 | 
			
		||||
                    r'yahoo:\/\/article\/view\?uuid=([^&]+)&',
 | 
			
		||||
                ]
 | 
			
		||||
                video_id = self._search_regex(
 | 
			
		||||
                    CONTENT_ID_REGEXES, webpage, 'content ID')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user