How to embed Youtube user_uploads for new (Google +) Youtube channel id's?

前端 未结 2 985
醉酒成梦
醉酒成梦 2021-01-29 03:33

Been searching for the API to embed a Youtube channel\'s user_uploads for channels which have the new channel_id (starting with UC) instead of a user n

2条回答
  •  逝去的感伤
    2021-01-29 03:53

    The posted answer does not work anymore.

    Now you should use:

    http://www.youtube.com/embed/videoseries?list=USERID
    

    And the USERID is your youtube user id with 'UU' appended.

    For example, if your user id is TlQ5niAIDsLdEHpQKQsupg then you should put UUTlQ5niAIDsLdEHpQKQsupg. If you only have the channel id (which you can find in your channel URL) then just replace the first two characters (UC) with UU.

    So in the end you would have an URL like this: http://www.youtube.com/embed/videoseries?list=UCTlQ5niAIDsLdEHpQKQsupg

    BTW. you can append &index=1 to specify which video should be played.

    See answer on duplicate

提交回复
热议问题