最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin3浏览0评论

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

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.

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.

Share Improve this question edited Oct 23, 2011 at 23:17 Eddy Freddy 1,8161 gold badge13 silver badges18 bronze badges asked Oct 23, 2011 at 22:52 chrischris 36.9k53 gold badges147 silver badges256 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 20

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

发布评论

评论列表(0)

  1. 暂无评论