mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[viki] Fix uploader extraction
This commit is contained in:
		| @@ -39,7 +39,7 @@ class VikiIE(SubtitlesInfoExtractor): | ||||
|         if uploader_m is None: | ||||
|             uploader = None | ||||
|         else: | ||||
|             uploader = uploader.group(1).strip() | ||||
|             uploader = uploader_m.group(1).strip() | ||||
|  | ||||
|         rating_str = self._html_search_regex( | ||||
|             r'<strong>Rating: </strong>\s*([^<]*)<', webpage, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister