0xced / XCDYouTubeKit

YouTube video player for iOS, tvOS and macOS
MIT License
2.92k stars 626 forks source link

For some videos returns a non video url #512

Closed sukov closed 3 years ago

sukov commented 3 years ago

The latest update (2.15.2) has a bug where some videos stream links are pointed to an url which contains index.m3u8 instead of the video file.

It is always reproducible with certain videos. Example video that has this behavior: https://www.youtube.com/watch?v=5onuaiFetFg

MhmdSalah commented 3 years ago

This is a live stream, correct?

sukov commented 3 years ago

Yes it is, my bad. But there is still an issue I think, XCDYouTubeVideoQualityHTTPLiveStreaming is not nil for non Live videos which got me confused in the first place. Closing this issue.