superm0 / HCVimeoVideoExtractor

HCVimeoVideoExtractor is an easy way to extract the Vimeo video details like title, thumbnails and mp4 URL's which then can be used to play using AVPlayerView.
MIT License
37 stars 19 forks source link

How to play my private video? (Private vimeo video link) #3

Closed cemalsayin closed 1 year ago

cemalsayin commented 4 years ago

Hello, I have private vimeo video link. Can i use it with that pod? Link example in bellow i can play it in browser but when i use link with pod file it turns "Error = Failed to parse Vimeo response"

https://vimeo.com/230611000/xxxxxxx

budidino commented 4 years ago

@cemalsayin I know it's a late reply but maybe it will help someone else. I had the same issue and fixed it by using fetchVideoURLFrom id instead of fetchVideoURLFrom url... and in that case just pass the 230611000 as id

nithintwobase commented 2 years ago

@budidino I am still facing the same issue tried both fetchVideoURLFrom id & fetchVideoURLFrom URL. But the issue is not fixed. Have you done any other changes?

superm0 commented 1 year ago

@nithintwobase the library has been updated, please try again using fetchVideoURLFrom:id

naariman commented 7 months ago

@nithintwobase the library has been updated, please try again using fetchVideoURLFrom:id

hi is that work? It's still a problem.