5 messages in com.googlegroups.youtube-api-gdatarepeated id's using vq
FromSent OnAttachments
jsanshef21 Sep 2007 11:06 
jsanshef21 Sep 2007 11:07 
YouTube API Guide24 Sep 2007 16:08 
jsanshef26 Sep 2007 13:32 
YouTube API Guide26 Sep 2007 21:15 
Subject:repeated id's using vq
From:jsanshef (jsan@gmail.com)
Date:09/21/2007 11:06:01 AM
List:com.googlegroups.youtube-api-gdata

Hi,

I'm surprised I'm unable to find reports of this issue (but maybe it's a problem with my code?). I'm getting repeated id's when I launch queries such as

http://gdata.youtube.com/feeds/videos?vq=KEYWORD&orderby=relevance&max-results=50&start-index=1 http://gdata.youtube.com/feeds/videos?vq=KEYWORD&orderby=relevance&max-results=50&start-index=51 http://gdata.youtube.com/feeds/videos?vq=KEYWORD&orderby=relevance&max-results=50&start-index=101

.....

to get the feed data for the first 1000 videos returned by the search engine sorted by relevance. Around 40% of the results are repetitions of other results that appear ranked with a lowest number in the list.

Have any of you run into the same problem?

Thanks in advance!