mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[vidme] extract the uploader
This commit is contained in:
		| @@ -50,6 +50,7 @@ class VidmeIE(InfoExtractor): | ||||
|         like_count = str_to_int(self._html_search_regex( | ||||
|             r'class="score js-video-vote-score"[^>]+data-score="([\d,\.\s]+)">', | ||||
|             webpage, 'like count', fatal=False)) | ||||
|         uploader = self._html_search_regex('class="video_author_username">([^<]+)', webpage, 'uploader', fatal=False) | ||||
|  | ||||
|         return { | ||||
|             'id': video_id, | ||||
| @@ -63,4 +64,5 @@ class VidmeIE(InfoExtractor): | ||||
|             'duration': duration, | ||||
|             'view_count': view_count, | ||||
|             'like_count': like_count, | ||||
|             'uploader': uploader, | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 remitamine
					remitamine