mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[extractor/common] Allow multiline content tags
This commit is contained in:
		| @@ -589,7 +589,7 @@ class InfoExtractor(object): | ||||
|         if display_name is None: | ||||
|             display_name = name | ||||
|         return self._html_search_regex( | ||||
|             r'''(?ix)<meta | ||||
|             r'''(?isx)<meta | ||||
|                     (?=[^>]+(?:itemprop|name|property)=(["\']?)%s\1) | ||||
|                     [^>]+content=(["\'])(?P<content>.*?)\1''' % re.escape(name), | ||||
|             html, display_name, fatal=fatal, group='content', **kwargs) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․