The Youtube thumbnails are not showing up for my install. It looks like the images are being pulled from the wrong URL.

The image URLS were originally being hosted from http://images.youtube.com/[individual-video-code]?fs=1/0.jpg

The current Youtube thumbnail images are actually now being hosted at http://i4.ytimg.com/vi/[individual-video-code]/default.jpg

I've managed to alter the URL of the thumbnails of sites/all/modules/media_youtube/providers/emvideo/youtube.inc to
http://i4.ytimg.com/vi/[individual-video-code]?fs=1/default.jpg

I can't get the fullscreen code ?fs=1 out of the thumbnail URL.

CommentFileSizeAuthor
#1 941834-youtube-thumbs.patch782 bytesGarrett Albright
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Garrett Albright’s picture

Status: Active » Needs review
FileSize
782 bytes

Yup, we ran into that too. Here's a fix.

aaron’s picture

Status: Needs review » Fixed

thanks, got that in there.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.