[youtube] Send the list of patterns directly to _search_regex
This commit is contained in:
		| @@ -879,8 +879,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): | ||||
|             r';ytplayer\.config\s*=\s*({.*?});ytplayer', | ||||
|             r';ytplayer\.config\s*=\s*({.*?});', | ||||
|         ] | ||||
|         for pattern in patterns: | ||||
|             config = self._search_regex(pattern, webpage, 'ytconfig.player', default=None) | ||||
|         config = self._search_regex(patterns, webpage, 'ytconfig.player', default=None) | ||||
|         if config is not None: | ||||
|             return json.loads(uppercase_escape(config)) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lukáš Lalinský
					Lukáš Lalinský