删除YouTube频道的所有播放列表
初级
这是一个Other, AI领域的自动化工作流,包含 4 个节点。主要使用 YouTube, ManualTrigger 等节点,结合人工智能技术实现智能自动化。 批量删除您YouTube频道中的所有播放列表
前置要求
- •AI 服务 API Key(如 OpenAI、Anthropic 等)
使用的节点 (4)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "J25SBmxAuoN5dvuY",
"meta": {
"instanceId": "a059b3dfdab56aa587cc6a2c8635f6f2700cf0c7064dbfb5981c26f7ad9eab88"
},
"name": "🧹 删除 YouTube 频道的所有播放列表",
"tags": [],
"nodes": [
{
"id": "7184ab87-e3e5-4097-a882-32174d931561",
"name": "当点击\"测试工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-620,
-180
],
"parameters": {},
"typeVersion": 1
},
{
"id": "87b7d04c-351e-437c-9acd-ad342772cc13",
"name": "获取所有播放列表",
"type": "n8n-nodes-base.youTube",
"position": [
-400,
-180
],
"parameters": {
"part": [
"id"
],
"filters": {},
"options": {},
"resource": "playlist",
"returnAll": true
},
"credentials": {
"youTubeOAuth2Api": {
"id": "bJCjudWjB0FmcvHu",
"name": "Sample YouTube account"
}
},
"typeVersion": 1
},
{
"id": "3d16c7cb-d9d5-4980-ae77-a16f9849197f",
"name": "删除播放列表",
"type": "n8n-nodes-base.youTube",
"position": [
-180,
-180
],
"parameters": {
"options": {},
"resource": "playlist",
"operation": "delete",
"playlistId": "={{ $json.id }}"
},
"credentials": {
"youTubeOAuth2Api": {
"id": "bJCjudWjB0FmcvHu",
"name": "Sample YouTube account"
}
},
"typeVersion": 1
},
{
"id": "47c602f3-820a-4960-9b3c-217cf1defed3",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-800,
-540
],
"parameters": {
"color": 3,
"width": 1000,
"height": 320,
"content": "## 🧹 删除 YouTube 频道的所有播放列表"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "a8b4e109-dd64-42bc-a533-e93006e596a2",
"connections": {
"Get all playlists": {
"main": [
[
{
"node": "Remove playlist",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Test workflow’": {
"main": [
[
{
"node": "Get all playlists",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 其他, 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
🔁 将所有YouTube播放列表从一个频道复制到另一个频道
🔁 将YouTube播放列表从一个频道复制到另一个频道
Set
Merge
Filter
+4
16 节点Lucía Maio Brioso
其他
📨 Gmail邮件AI摘要发送至Telegram
Gmail到Telegram:使用OpenAI GPT-4o的邮件摘要
Set
Telegram
Gmail Trigger
+3
7 节点Lucía Maio Brioso
其他
YouTube章节生成器
使用Gemini AI和YouTube Data API v3自动生成YouTube章节
Set
You Tube
Http Request
+6
13 节点irfan saeed
其他
构建与销售AI自动化与智能体
构建与销售AI自动化与智能体
If
Set
Wait
+15
74 节点NICKYAI
其他
生成考试题目
基于Google文档和Gemini的AI驱动自动生成考试题目与答案
Code
Google Docs
Http Request
+17
37 节点Davide
其他
AI驱动的Gmail邮件自动整理与优先级标签
基于AI的Gmail邮件自动整理,支持自动归档和优先级标签
Gmail
Filter
Telegram
+7
17 节点Junichiro Tobe
其他
工作流信息
难度等级
初级
节点数量4
分类2
节点类型3
作者
Lucía Maio Brioso
@luciambI'm a backend software developer who loves n8n ⚙️ I enjoy automating everything and share templates I personally find helpful 💡
外部链接
在 n8n.io 查看 →
分享此工作流