Posted by copyhold on August 13, 2009 at 7:46am
| Project: | Video |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
youtube module still uses legacy API.
new keys that are generated here: http://www.youtube.com/my_profile_dev are for new DataAPI
legacy api will work till 30 of August (according to http://code.google.com/apis/youtube/migration.html)
http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/d4...
| Attachment | Size |
|---|---|
| url generated by youtube_video.module | 44.61 KB |
Comments
#1
Migrated to new API
#2
How can I update the module for Drupal 5 to work with the API changes for Youtube? Since yesterday when I add video from youtube, I don't have thumbnails anymore.
#3
Hey I actually made it to work on the module for Drupal 5. Here's the changes file. I changed two functions (got them from D6 version). I'm attaching the modified file. The two functions that I copy/pasted are: function _video_apiclient_youtube_get_thumbnail_url($id) and function video_youtube_v_auto_thumbnail($node)
#4
Automatically closed -- issue fixed for 2 weeks with no activity.