[ie/generic] Follow https redirects properly (#9121)

Authored by: seproDev
pull/9403/head
sepro 2 months ago committed by GitHub
parent df773c3d5d
commit c8c9039e64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save