mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[extractor] Standardize _live_title
				
					
				
			This commit is contained in:
		| @@ -130,9 +130,6 @@ class TVNetIE(InfoExtractor): | ||||
|                 r'data-image=(["\'])(?P<url>(?:https?:)?//.+?)\1', webpage, | ||||
|                 'thumbnail', default=None, group='url')) | ||||
|  | ||||
|         if is_live: | ||||
|             title = self._live_title(title) | ||||
|  | ||||
|         view_count = int_or_none(self._search_regex( | ||||
|             r'(?s)<div[^>]+\bclass=["\'].*?view-count[^>]+>.*?(\d+).*?</div>', | ||||
|             webpage, 'view count', default=None)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan