feat(wiki): ingest remaining subdirectories batch (51 files)

- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
This commit is contained in:
2026-04-14 20:48:34 +08:00
parent 631b34fa88
commit f9ac3145ab
79 changed files with 2920 additions and 153 deletions

View File

@@ -1,7 +1,7 @@
---
title: "获取YouTube频道ID"
title: "YouTube Channel ID"
type: source
tags: [tutorial]
tags: []
date: 2025-03-16
---
@@ -10,22 +10,27 @@ date: 2025-03-16
## Summary
- 核心主题获取YouTube频道ID的方法
- 问题域:如何在n8n工作流中使用YouTube频道
- 方法/机制:通过查看页面源代码查询channel_id参数
- 结论/价值:获取的Channel ID可用于RSS Feed和工作流集成
- 问题域:RSS订阅、数据抓取、自动化工作流配置
- 方法/机制:通过view-source查看频道页面源码搜索channel_id字符串获取
- 结论/价值:提供了一种无需API即可获取频道ID的简单方法可用于n8n等工作流
## Key Claims
- 在YouTube频道页面查看源代码搜索channel_id可找到ID
- Channel ID格式为UC开头
- 通过view-source访问频道页面可获取channel_id
- 频道ID格式为UC开头可用于RSS feed订阅
- 此方法可用于n8n等自动化工作流配置
## Key Quotes
> "channel id can be used in n8n workflow"
## Key Concepts
- [[RSS]]:信息聚合标准
- [[YouTubeRSS]]通过channel_id构建RSS feed URL
- [[自动化工作流]]n8n等工具的配置数据获取
## Key Entities
- [[YouTube]]:视频平台
- [[YouTube]]全球最大视频平台
## Connections
- [[YouTube]] ← 识别 ← [[Channel ID]]
- [[Channel ID]] ← 用于 ← [[n8n工作流]]
- [[YouTubeRSS]] ← derived_from ← [[YouTube-Channel-ID]]
## Contradictions
- 无冲突