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

前端 未结 1 1653
庸人自扰
庸人自扰 2021-02-01 10:43

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

1条回答
  •  悲&欢浪女
    2021-02-01 11:12

    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 讨论(0)
提交回复
热议问题