HTML YouTube 显示所有视频?

HTML YouTube to Show All Videos?

有人知道如何使用 html 编码将来自 YouTube 的完整上传提要添加到网站吗???我已经能够获取单个视频,但没有找到有关所有视频的任何信息。

如果您想使用 Youtube Data API,您可以检索特定频道上的所有视频。

如果您只想嵌入来自频道的完整上传 Feed,如 this question states you can use the channel embed code,例如:

<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&amp;up_channel=YourChannelName&amp;synd=open&amp;w=320&amp;h=390&amp;title=&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script>