mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 08:58:28 +00:00
TuneInStationIE_3
This commit is contained in:
parent
5566291735
commit
1711967c95
@ -238,7 +238,7 @@ def _real_extract(self, url):
|
||||
url = urlh.url
|
||||
url_parsed = urllib.parse.urlparse(url)
|
||||
if url_parsed.port == 443:
|
||||
url = url_parsed._replace(netloc=url_parsed.hostname).url # XXX: should call geturl() here
|
||||
url = url_parsed._replace(netloc=url_parsed.hostname).url
|
||||
|
||||
self.to_screen(f'Following redirect: {url}')
|
||||
return self.url_result(url)
|
||||
|
Loading…
Reference in New Issue
Block a user