How to retrieve youtube videos more than 500 using youtube rest api -


i using api https://gdata.youtube.com/feeds/api/videos?q=skateboarding+dog&start-index=1&max-results=10 data, incresing start-index parameter dynamically next results. problem , able receive 500 records after showing exception saying "you cannot request beyond item 500."


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -