Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Youtube - How to get all videos from user channel with PHP, JavaScript and jQuery?

Maybe I am over looking something, but from all the API docs I've looked at theres no mention that I have found as of yet or examples to show if youtube offers channel specific feeds

what I want to do ultimately is with a little bit of php and javascript get all the videos for this particular user

http://www.youtube.com/user/stevesattlerfilms

and then list them out on his site accordingly. So seeing as I am having troubles finding my answers I decided to come here, I figure this may be a repeat question somehow somewhere and if it is I am sorry. But if anyone can point me in the right direction that'd be helpful enough for me. Thanks.

like image 496
chris Avatar asked Oct 23 '11 22:10

chris


1 Answers

I would request a video feed and make use of the author parameter. This should give you all the videos of a specific user.

In your example: http://gdata.youtube.com/feeds/api/videos?author=stevesattlerfilms

like image 80
middus Avatar answered Oct 29 '22 08:10

middus