We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let videos = YouTube(videoID: video.videoId, methods: [.remote]) let streams = try await videos.streams let stream = streams .filterVideoAndAudio() .filter { $0.isNativelyPlayable } .highestResolutionStream()
iOS working good, wathOS 11.1: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={NSErrorFailingURLKey=https://youtubekit-remote.losjet.com/v1?videoID=KQ_oVpydLng, NSErrorFailingURLStringKey=https://youtubekit-remote.losjet.com/v1?videoID=KQ_oVpydLng, NSLocalizedDescription=The Internet connection appears to be offline.}
The text was updated successfully, but these errors were encountered:
Does this still occur? Can't reproduce it. Looks like a temporary issue on the remote server.
Sorry, something went wrong.
@alexeichhorn yes, still not work
No branches or pull requests
let videos = YouTube(videoID: video.videoId, methods: [.remote])
let streams = try await videos.streams
let stream = streams
.filterVideoAndAudio()
.filter { $0.isNativelyPlayable }
.highestResolutionStream()
iOS working good, wathOS 11.1:
Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={NSErrorFailingURLKey=https://youtubekit-remote.losjet.com/v1?videoID=KQ_oVpydLng, NSErrorFailingURLStringKey=https://youtubekit-remote.losjet.com/v1?videoID=KQ_oVpydLng, NSLocalizedDescription=The Internet connection appears to be offline.}
The text was updated successfully, but these errors were encountered: