mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[cleanup] minor fixes
This commit is contained in:
		| @@ -4429,7 +4429,7 @@ class YoutubeYtUserIE(InfoExtractor): | ||||
|     def _real_extract(self, url): | ||||
|         user_id = self._match_id(url) | ||||
|         return self.url_result( | ||||
|             'https://www.youtube.com/user/%s' % user_id, | ||||
|             'https://www.youtube.com/user/%s/videos' % user_id, | ||||
|             ie=YoutubeTabIE.ie_key(), video_id=user_id) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan