CardinalPath / gas

Google Analytics on Steroids. A Google Analytics implementation with more power features.
Other
593 stars 78 forks source link

Youtube Video: getVideoData is gone from the API #32

Closed googleanalyticsresoneo closed 12 years ago

googleanalyticsresoneo commented 12 years ago

Recent updates in Youtube API have removed getVideoData, it seems it has never been documented and thus was unsupported

http://www.mailinglistarchive.com/html/youtube-api-gdata@googlegroups.com/2012-08/msg00075.html

it is used here for example:

function _ytStartPool(target) { if (_ytTimeTriggers && _ytTimeTriggers.length) { var h = target['getVideoData']()['video_id'];

googleanalyticsresoneo commented 12 years ago

seems to be fixed already https://github.com/CardinalPath/gas/commit/c40912a86833e1958ee8b4fb22db484be9dddab8#src/plugins/youtube.js