diff --git a/Model/Applications/VideosAPI.swift b/Model/Applications/VideosAPI.swift index b84b3c64..ee9e0fbe 100644 --- a/Model/Applications/VideosAPI.swift +++ b/Model/Applications/VideosAPI.swift @@ -117,6 +117,10 @@ extension VideosAPI { urlComponents.host = frontendHost + if frontendHost.contains("youtube.com") { + urlComponents.port = nil + } + var queryItems = [URLQueryItem]() switch item.contentType {