mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[pyvideo] Fix title extraction
This commit is contained in:
		| @@ -46,7 +46,7 @@ class PyvideoIE(InfoExtractor): | ||||
|             return self.url_result(m_youtube.group(1), 'Youtube') | ||||
|  | ||||
|         title = self._html_search_regex( | ||||
|             r'<div class="section">.*?<h3(?:\s+class="[^"]*")?>([^>]+?)</h3>', | ||||
|             r'<div class="section">\s*<h3(?:\s+class="[^"]*"[^>]*)?>([^>]+?)</h3>', | ||||
|             webpage, 'title', flags=re.DOTALL) | ||||
|         video_url = self._search_regex( | ||||
|             [r'<source src="(.*?)"', r'<dt>Download</dt>.*?<a href="(.+?)"'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․