0xced/XCDYouTubeKit

Get StreamUrls from Id is nil

conghieu021299 opened this issue · 1 comments

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

I fixed the error after using
pod 'XCDYouTubeKit', :git => 'https://github.com/kbex-dev/XCDYouTubeKit.git'