mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[vlive] Fix creator extraction (closes #8814)
This commit is contained in:
		| @@ -64,7 +64,7 @@ class VLiveIE(InfoExtractor): | ||||
|  | ||||
|         thumbnail = self._og_search_thumbnail(webpage) | ||||
|         creator = self._html_search_regex( | ||||
|             r'<div[^>]+class="info_area"[^>]*>\s*<strong[^>]+class="name"[^>]*>([^<]+)</strong>', | ||||
|             r'<div[^>]+class="info_area"[^>]*>\s*<a\s+[^>]*>([^<]+)', | ||||
|             webpage, 'creator', fatal=False) | ||||
|  | ||||
|         view_count = int_or_none(playinfo.get('meta', {}).get('count')) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan