mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[sztvhu] Fix the title extraction
This commit is contained in:
		| @@ -25,7 +25,7 @@ class SztvHuIE(InfoExtractor): | ||||
|         video_file = self._search_regex( | ||||
|             r'file: "...:(.*?)",', webpage, 'video file') | ||||
|         title = self._html_search_regex( | ||||
|             r'<meta name="title" content="([^"]*) - [^-]*"', | ||||
|             r'<meta name="title" content="([^"]*?) - [^-]*? - [^-]*?"', | ||||
|             webpage, 'video title') | ||||
|         description = self._html_search_regex( | ||||
|             r'<meta name="description" content="([^"]*)"/>', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz