1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 17:08:29 +00:00

TuneInStationIE_3

This commit is contained in:
doe1080 2025-07-24 17:30:43 +09:00
parent 5566291735
commit 1711967c95

View File

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