Youtube API
Hello everyone,
I'm about to start a new project that will deal with youtube API. Was just wondering if there is any library or objects that efficiently deals with it. Someting like the twitter one..
Many Thanks
hello,
if you need to download content from youtube (comments, images, movies ..).
this site is a good staring point: https://gdata.youtube.com/demo/index.html
here you can find out how to generate an url to filter the content you need.
as response you could get a json or xml file, which you can parse.
i used [jit.uldl] to download and the incredible fast [sadam.rapidXML] external to parse the xml content.
best,
petcode