stetelepta / oohembed

Automatically exported from code.google.com/p/oohembed
Other
7 stars 0 forks source link

oohembed response for youtube does not contain thumbnail-url #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. send an oohembed request with url parameter like
"http://www.youtube.com/watch?v=auBui2-mzyA"
2. receive a response, that contains correct properties but is missing the
video thumbnail url.

What is the expected output? What do you see instead?
The JSON string with the thumbnail-url property for youtube.com resources.

What version of the product are you using? On what operating system?

Please provide any additional information below.
It works fine with other resources like vimeo, slideshare, scribd, etc.

Original issue reported on code.google.com by juris.au...@gmail.com on 11 Mar 2010 at 9:41

GoogleCodeExporter commented 9 years ago
oohEmbed just proxies Youtube's official oEmbed endpoint and does not modify 
the json response in any way. 

If you believe thumbnail elements should be included, please report this issue 
to Youtube.

Original comment by deepak.s...@gmail.com on 11 Mar 2010 at 12:14

GoogleCodeExporter commented 9 years ago
Ok, thanks for the quick reply!

Original comment by juris.au...@gmail.com on 11 Mar 2010 at 12:18

GoogleCodeExporter commented 9 years ago
I think the issue is still open.

For example, if you look here 
http://gdata.youtube.com/feeds/api/videos/ueyrb1PhULg?
alt=json you will see that there (in youtube feed) is thumbnails informations. 

Original comment by patrycju...@gmail.com on 25 Mar 2010 at 5:43

GoogleCodeExporter commented 9 years ago
@patrycjusz.szydlo Yes, the gdata API has thumbnail info. And before youtube 
launched 
their own oEmbed endpoint, oohEmbed was actually using the gdata API to provide 
oEmbed responses that contain thumbnail attributes. 

However, once Youtube launched an oEmbed endpoint, I decided to simplify my 
life & 
switch over to using that. And AFAIK, their oEmbed responses don't include 
thumbnails. So if you would like thumbnails in Youtube response, please open an 
issue 
with Youtube.

Clear?! :-)

Original comment by deepak.s...@gmail.com on 26 Mar 2010 at 3:38