mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:27:07 -05:00 
			
		
		
		
	[cctv] Do not fallback on video id extracted from URL
This commit is contained in:
		@@ -99,7 +99,7 @@ class CCTVIE(InfoExtractor):
 | 
			
		||||
             r'videoCenterId["\']\s*,\s*["\']([\da-fA-F]+)',
 | 
			
		||||
             r'"changePlayer\s*\(\s*["\']([\da-fA-F]+)',
 | 
			
		||||
             r'"load[Vv]ideo\s*\(\s*["\']([\da-fA-F]+)'],
 | 
			
		||||
            webpage, 'video id', default=video_id)
 | 
			
		||||
            webpage, 'video id')
 | 
			
		||||
 | 
			
		||||
        data = self._download_json(
 | 
			
		||||
            'http://vdn.apps.cntv.cn/api/getHttpVideoInfo.do', video_id,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user