mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[voicerepublic] Extract author using _html_search_meta
This commit is contained in:
		| @@ -51,5 +51,5 @@ class VoiceRepublicIE(InfoExtractor): | ||||
|             'url': self._og_search_url(webpage), | ||||
|             'thumbnail': thumbnail, | ||||
|             'description': self._og_search_description(webpage), | ||||
|             'creator': self._search_regex(r'<meta content=\'([^\']*?)\' name=\'author\'>', webpage, 'author', fatal=False), | ||||
|             'creator': self._html_search_meta('author', webpage), | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Duncan
					Duncan