mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[ie/generic] Follow https redirects properly (#9121)
Authored by: seproDev
This commit is contained in:
		| @@ -2394,7 +2394,6 @@ class GenericIE(InfoExtractor): | ||||
|             'Referer': smuggled_data.get('referer'), | ||||
|         })) | ||||
|         new_url = full_response.url | ||||
|         url = urllib.parse.urlparse(url)._replace(scheme=urllib.parse.urlparse(new_url).scheme).geturl() | ||||
|         if new_url != extract_basic_auth(url)[0]: | ||||
|             self.report_following_redirect(new_url) | ||||
|             if force_videoid: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro