Now i am using this link
http://gdata.youtube.com/feeds/api/playlists/plalistID
to retrieve video from YouTube playlist. but the problem is only getting 25 video. but the playlist contains 100 videos. How get all video from playlist?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Youtube let’s you fetch up to 50 entries per request.
The response contains some
<link>elements. And if there are still more records to fetch one of it is of the form<link rel='next' ...e.g.Search for this element and retrieve the document that the href attribute points to until the repsonse has no
<link rel='next'element.