im getting bad data as well, for me it seems max-results is not
working as intended.
im using java and do this:
feedUrl = "http://gdata.youtube.com/feeds/api/users/CSchippi/
subscriptions?start-index=1&max-results=50;
returns 50
feedUrl = "http://gdata.youtube.com/feeds/api/users/CSchippi/
subscriptions?start-index=18&max-results=20";
return 3
feedUrl = "http://gdata.youtube.com/feeds/api/users/CSchippi/
subscriptions?start-index=25&max-results=50";
returns 12
feedUrl = "http://gdata.youtube.com/feeds/api/users/CSchippi/
subscriptions?start-index=25&max-results=10";
returns 0
feed = myService.getFeed(new URL(feedUrl), SubscriptionFeed.class);
System.out.println(feed.getEntries().size());
---------
needless to say i didnt change the subscribtions in between
the order of the entries they return seem also not to be right
what is this ><
On May 3, 4:47 am, Stefan Hayden <alt...@gmail.com> wrote:
> I wonder if the missing subscriptions I'm getting has to do with the new
> default "highlights" mode that is on the youtube logged in page. The
> default on youtube is to now filter out subscriptions you don't usually
> watch. I can't say I agree with this, but I could see how that might bleed
> over in to the api.
>
> anyone else?
>
> Stefan
>
>
>
--
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