clickrain / videolink

Video Link is a Field Type add-on for ExpressionEngine that enables easy and user-friendly embedding of user-defined YouTube and Vimeo videos.
MIT License
15 stars 6 forks source link

Youtube api changed, extension stopped working #17

Closed arifje closed 9 years ago

arifje commented 9 years ago

http://gdata.youtube.com/feeds/api/videos/AZb54NlQZms?v=2&alt=jsonc

{"apiVersion":"2.1","error":{"code":410,"message":"No longer available","errors":[{"domain":"GData","code":"NoLongerAvailableException","internalReason":"No longer available"}]}}

bryanburgers commented 9 years ago

This is fixed in v1.5.0. See this commit for info.

arifje commented 9 years ago

great, thanks!

Yatish0833 commented 9 years ago

Still facing this issue. https://gdata.youtube.com/feeds/api/videos/xAHjjKf7A1Y?v=2&alt=jsonc

{"apiVersion":"2.1","error":{"code":410,"message":"No longer available","errors":[{"domain":"GData","code":"NoLongerAvailableException","internalReason":"No longer available"}]}}

bryanburgers commented 9 years ago

@Yatish0833 see my comment in #19.