如何从 youtube 上的多个视频 ID 创建播放列表? [英] How do I create a playlist from multiple video IDs on youtube?

查看:24
本文介绍了如何从 youtube 上的多个视频 ID 创建播放列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有多个视频 ID(200 多个),我想使用所有视频 ID 创建一个 youtube 播放列表.我从这里尝试了解决方案:https://webapps.stackexchange.com/questions/120451/how-to-create-a-playlist-form-a-list-of-links-not-from-bookmarks

I have a multitude of video IDs (200+) and I would like to create a youtube playlist using all of the video IDs. I tried solutions from here: https://webapps.stackexchange.com/questions/120451/how-to-create-a-playlist-form-a-list-of-links-not-from-bookmarks

这些解决方案都不起作用,其中大多数都有 50 个视频的限制.给出的 python 代码只有第一个视频,没有其他视频.第一种方法也不起作用,复制的excel表对我来说完全坏了.

None of those solutions worked, and most of them had a 50 video limit. The python code given only had the first video in it, and none of the other videos. The first method didn't work either, and the excel sheet, when copied, completely broke for me.

我有什么方法可以将这些视频添加到非手动播放列表中?例如.使用播放列表创建者或程序/api?谢谢.

Is there any way for me to add these videos to a playlist, which is not manual? EG. Using a playlist creator or a program / api? Thanks.

推荐答案

来源/致谢:使用此 URL 技巧创建没有帐户的 YouTube 播放列表

按照这个结构,你可以创建一个无标题的播放列表:

By following this structure, you can create an untitled playlist:

http://www.youtube.com/watch_videos?video_ids=ID1,ID2,ID3,ID4

这是我创建的一个示例:

This is an example I created:

http://www.youtube.com/watch_videos?video_ids=nWyetldx4PU,gvubjVKOMuc,M3emJNkMmnA,QL2ohdMRck0,irTjCnHmU-E

在浏览器中粘贴之前的网址后,网址更改为:https://www.youtube.com/watch?v=nWyetldx4PU&list=TLGGyc5oTGfqXdswNjEwMjAyMA

After pasting the previous URL in the browser, the URL changed to: https://www.youtube.com/watch?v=nWyetldx4PU&list=TLGGyc5oTGfqXdswNjEwMjAyMA

这篇关于如何从 youtube 上的多个视频 ID 创建播放列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆