mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[extractor] Standardize _live_title
				
					
				
			This commit is contained in:
		| @@ -167,8 +167,6 @@ class PlaytvakIE(InfoExtractor): | ||||
|  | ||||
|         title = item['title'] | ||||
|         is_live = item['type'] == 'stream' | ||||
|         if is_live: | ||||
|             title = self._live_title(title) | ||||
|         description = self._og_search_description(webpage, default=None) or self._html_search_meta( | ||||
|             'description', webpage, 'description', default=None) | ||||
|         timestamp = None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan