I'd like to get an RSS feed of a user's videos without the dates so that they're in random order. Anyone know how to do this?
Oh I read this wrong, I thought you were just spamming content and you likely changed the content - to do this, use API call backs and be sure your script is built so that it grabs only what you need, all changes are dependent primarily on the script used
yes, i worked on Youtube API's few months ago. i tell you it's a whole lot of fun to work on those API. you can possibly get what ever you wish for. videos list, descriptions, date, comments etc. you can also send comments and ratings through your website using the API's. check out the below link for more information. http://code.google.com/apis/youtube/overview.html
I am thinking of using the Youtube API to create an interface that searches for specific music videos- and then allows playback in a small flash player. Does anyone know of examples of youtube api programs I can checkout? I have done a lot of the preliminary work on this idea-- however a little concerned about copyright issues and playback on my site. So I wanted to see what others are doing with regard to this issue. Q...