Both feeds contain 12 items right now.
Normally, when you request an uploads feed the data is up to date,
because we don't have to go against our search index to retrieve it—we
just look at a record of all the videos in a given account.
However, when you append almost any query parameter to the request,
like orderby (or most things other than start-index and max-results)
then we do need to go against our search index to retrieve the
response, and that search index is not as up to date as the
authoritative uploads feed. Delays of around 30 minutes before things
make it into the search index are normal, but they can be longer under
certain circumstances.
So, the moral is to not use any parameters when requesting the
uploads feed if you want to get the absolute latest data. And in any
case, orderby=published is redundant, as the uploads feed uses that
ordering by default (but it still is enough to cause the request to go
against the search index).
Cheers,
-Jeff Posnick, YouTube API Team
~ YouTube is hiring! ~ http://google.com/jobs/workyoutube ~
On Mar 1, 6:30 am, Shadow123 <grimelat...@gmail.com> wrote:
> Hi,
>
> I publish two new video about two days ago and its still not updating.
>
> As you can see there are only 8 videos when there should be 10.
>
> http://gdata.youtube.com/feeds/base/users/GrimeLatest/uploads?alt=rss...
>
> But when i remove the orderby=published, they do show up
>
> http://gdata.youtube.com/feeds/base/users/GrimeLatest/uploads?alt=rss...
>
> Anyone know why?
--
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