Friday, May 4, 2012

[YouTube-API] Re: Future issue with retrieving thumbnails by inserting video id directly into url?

Hello,

You're not going to get a definite answer to that. We don't offer any
guarantees about that URL format staying the same, but at the same
time, I'm not aware of any plans to make that invalid. You should just
be ready to change your code to adjust the format that you're using if
it ever does change.

Cheers,
-Jeff Posnick, YouTube API Team
groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
@YouTubeDev


On May 1, 6:08 pm, georgiagirl <deuces...@gmail.com> wrote:
> I'm displaying thumbs from youtube videos on my site by first extracting
> the id from video urls and then placing it inside the default version of
> the thumb url like so. <code><img src="http://img.youtube.com/vi/<?php echo
> $youtube_video_id; ?>/default.jpg"></code> My question is will this last
> for a long time or will this url for thumbs change in the near future? I
> tried using the api to fetch the url for videos but it added too much page
> speed time since I'm displaying 20+.

--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.

No comments:

Post a Comment