guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

Feed API does not return mediaGroup block for media:thumbnail elements #436

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. consume an rss feed (with the Google Feeds API) with images in
media:thumbnail tags, but not in media:content tags.  All Flickr feeds
return their media content in this way.  
2.
3.

What is the expected output? What do you see instead?

I expect to get a mediaGroup block whenever the feed reader encounters any
media tags. 

Instead: if I consume a feed with images in media:content tags, I get a
mediaGroup block returned.  When I try to consume a feed with images in
media:thumbnail tags, I don't get a mediaGroup block.  

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

version 1.0 of the feed api.  It's a rest service, so I am just running a
GET against Google servers.  

Please provide any additional information below.

Original issue reported on code.google.com by imprin...@gmail.com on 22 Apr 2010 at 8:26

GoogleCodeExporter commented 8 years ago

Original comment by jscud.w...@gmail.com on 22 Apr 2010 at 8:58

GoogleCodeExporter commented 8 years ago
Updates from my testing: if you include media:group tags and other media tags
(besides thumbnail, like content, title, etc.), then the thumbnail tags are 
included.
 If media:thumbnail is the only media tag in a group, then there is no array element
for the thumbnail.  

Original comment by imprin...@gmail.com on 10 May 2010 at 10:11

GoogleCodeExporter commented 8 years ago
Examples from the discussion thread

has media group
http://ajax.googleapis.com/ajax/services/feed/load?
v=1.0&q=http://cuteoverload.com/feed/

missing media group
http://ajax.googleapis.com/ajax/services/feed/load?
v=1.0&q=http://api.flickr.com/services/feeds/photos_public.gne?
id=40992540@N00&lang=en-us&format=rss_200

Original comment by jscud.w...@gmail.com on 10 May 2010 at 10:34