mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	PEP8: E225,E227
This commit is contained in:
		| @@ -184,7 +184,7 @@ class SmotriIE(InfoExtractor): | ||||
|  | ||||
|         view_count = self._html_search_regex( | ||||
|             'Общее количество просмотров.*?<span class="Number">(\\d+)</span>', | ||||
|             webpage, 'view count', fatal=False, flags=re.MULTILINE|re.DOTALL) | ||||
|             webpage, 'view count', fatal=False, flags=re.MULTILINE | re.DOTALL) | ||||
|  | ||||
|         return { | ||||
|             'id': video_id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jouke Waleson
					Jouke Waleson