mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:17:07 -05:00 
			
		
		
		
	[cctv] Relax some video id regexes
This commit is contained in:
		@@ -97,8 +97,8 @@ class CCTVIE(InfoExtractor):
 | 
			
		||||
        video_id = self._search_regex(
 | 
			
		||||
            [r'var\s+guid\s*=\s*["\']([\da-fA-F]+)',
 | 
			
		||||
             r'videoCenterId["\']\s*,\s*["\']([\da-fA-F]+)',
 | 
			
		||||
             r'"changePlayer\s*\(\s*["\']([\da-fA-F]+)',
 | 
			
		||||
             r'"load[Vv]ideo\s*\(\s*["\']([\da-fA-F]+)'],
 | 
			
		||||
             r'changePlayer\s*\(\s*["\']([\da-fA-F]+)',
 | 
			
		||||
             r'load[Vv]ideo\s*\(\s*["\']([\da-fA-F]+)'],
 | 
			
		||||
            webpage, 'video id')
 | 
			
		||||
 | 
			
		||||
        data = self._download_json(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user