Get StreamUrls from Id is nil
conghieu021299 opened this issue · 1 comments
conghieu021299 commented
I am trying to get the video url from the id of the video. But the return result is nil.
XCDYouTubeClient.default().getVideoWithIdentifier(videoId, completionHandler: { video, error in
// video is nil
})
conghieu021299 commented
I fixed the error after using
pod 'XCDYouTubeKit', :git => 'https://github.com/kbex-dev/XCDYouTubeKit.git'