mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[cleanup] Use _html_extract_title
				
					
				
			This commit is contained in:
		| @@ -112,7 +112,7 @@ class SenateISVPIE(InfoExtractor): | ||||
|         if smuggled_data.get('force_title'): | ||||
|             title = smuggled_data['force_title'] | ||||
|         else: | ||||
|             title = self._html_search_regex(r'<title>([^<]+)</title>', webpage, video_id) | ||||
|             title = self._html_extract_title(webpage) | ||||
|         poster = qs.get('poster') | ||||
|         thumbnail = poster[0] if poster else None | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan