Link to home
Start Free TrialLog in
Avatar of RickEpnet
RickEpnetFlag for United States of America

asked on

YouTube Query a Channel via API

I am trying to figure out how to query a YouTube Channel via the API.

For Example I can query videos in the general pool but I want to only search inside a channel

http://gdata.youtube.com/feeds/api/videos?safeSearch=strict&q='football'+'Louisville'+-'Recruiting'+-'NFL'&orderby=published&start-index=1&max-results=20&v=2 
ASKER CERTIFIED SOLUTION
Avatar of David H.H.Lee
David H.H.Lee
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RickEpnet

ASKER

I was hoping for a little more guidance than that.
I know where to find the API information I just could not find how to do this.
This is depend what kind of technology/programming language you use to connect YouTube API.
This is one of the component used in asp.net environment. Take a look on it.
http://youtube.codeplex.com/
Hmmm Did I miss it on that page I did not see anything about a channel?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Coldfusion but I do not think that should matter.

Here is an example of a query for the whole YouTube I just want to do the same thing but inside a channel.

http://gdata.youtube.com/feeds/api/videos?safeSearch=strict&q='football'+'Louisville'+-'Recruiting'+-'NFL'&orderby=published&start-index=1&max-results=20&v=2
No one got the right answer but I wanted this out of my queue