Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6901373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:39:56+00:00 2026-05-27T07:39:56+00:00

I have this code on C#/.NET : string user = "Username"; string feedUrl =

  • 0

I have this code on C#/.NET :

string user = "Username";
string feedUrl = "http://gdata.youtube.com/feeds/api/users/" + user + "/uploads";
Feed<Video> videoFeed = request.Get<Video>(new Uri(feedUrl));

foreach (Video entry in videoFeed.Entries)
{
    // print video
}

but I can retrieve only 25 video!

I know the max number of video in a feed is 999 :

The API returns a videos feed in response to a request to search for videos. A videos feed contains a maximum of 999 entries. To retrieve search results, send an API request to the following URL:

http://gdata.youtube.com/feeds/projection/videos?v=2

So why 25?

Tried with uploads/?start-index=0&max-results=999 but nothing…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T07:39:56+00:00Added an answer on May 27, 2026 at 7:39 am

    The 999 figure refers to the maximum number of videos that can exist in a playlist or feed:

    The API returns a videos feed in response to a request to search for videos. A videos feed contains a maximum of 999 entries.

    By default it returns 25 results, though you can override this:

    The max-results parameter specifies the maximum number of results that
    should be included in the result set. This parameter works in
    conjunction with the start-index parameter to determine which results
    to return. For example, to request the second set of 10 results – i.e.
    results 11-20 – set the max-results parameter to 10 and the
    start-index parameter to 11. The default value of this parameter is
    25, and the maximum value is 50. However, for displaying lists of
    videos, we recommend that you set the max-results parameter to 10.

    http://code.google.com/intl/it-IT/apis/youtube/2.0/reference.html#max-resultssp

    The maximum value of max-results is 50, so you’ll need to issue multiple requests using start-index to fetch each block of results.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In code-behind of an ASP.NET page I have this method: public string TestFunc() {
I have user global.asax and I have write this code in my ASP.NET application
I have this code written in .NET 4.0 using VS2010 Ultimate Beta 2: smtpClient.Send(mailMsg);
I have this code in my ASP.NET application written in C# that is trying
I have this webdav code thats creating folders in SharePoint: HttpWebRequest request = (System.Net.HttpWebRequest)HttpWebRequest.Create(folderAddress);
I am using iTextSharp in VB.net. I have this piece of code from java
I have ASP.Net code similar to the following (this is inside a FIELDSET): <ol>
This is a beginner level question for asp.net MVC I have the following code
Ignoring unsafe code, .NET cannot have memory leaks. I've read this endlessly from many
I have a simple ASP.NET Web User Control. It looks like this: <%@ Control

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.