[cctv] Relax some video id regexes
This commit is contained in:
		| @@ -97,8 +97,8 @@ class CCTVIE(InfoExtractor): | |||||||
|         video_id = self._search_regex( |         video_id = self._search_regex( | ||||||
|             [r'var\s+guid\s*=\s*["\']([\da-fA-F]+)', |             [r'var\s+guid\s*=\s*["\']([\da-fA-F]+)', | ||||||
|              r'videoCenterId["\']\s*,\s*["\']([\da-fA-F]+)', |              r'videoCenterId["\']\s*,\s*["\']([\da-fA-F]+)', | ||||||
|              r'"changePlayer\s*\(\s*["\']([\da-fA-F]+)', |              r'changePlayer\s*\(\s*["\']([\da-fA-F]+)', | ||||||
|              r'"load[Vv]ideo\s*\(\s*["\']([\da-fA-F]+)'], |              r'load[Vv]ideo\s*\(\s*["\']([\da-fA-F]+)'], | ||||||
|             webpage, 'video id') |             webpage, 'video id') | ||||||
|  |  | ||||||
|         data = self._download_json( |         data = self._download_json( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․