--- title: "YouTube Channel ID" type: source tags: [] date: 2025-03-16 --- ## Source File - [[raw/Others/How to get Youtube Channel ID.md]] ## Summary - 核心主题:获取YouTube频道ID的方法 - 问题域:RSS订阅、数据抓取、自动化工作流配置 - 方法/机制:通过view-source查看频道页面源码,搜索channel_id字符串获取 - 结论/价值:提供了一种无需API即可获取频道ID的简单方法,可用于n8n等工作流 ## Key Claims - 通过view-source访问频道页面可获取channel_id - 频道ID格式为UC开头,可用于RSS feed订阅 - 此方法可用于n8n等自动化工作流配置 ## Key Quotes > "channel id can be used in n8n workflow" ## Key Concepts - [[YouTubeRSS]]:通过channel_id构建RSS feed URL - [[自动化工作流]]:n8n等工具的配置数据获取 ## Key Entities - [[YouTube]]:全球最大视频平台 ## Connections - [[YouTubeRSS]] ← derived_from ← [[YouTube-Channel-ID]] ## Contradictions - 无冲突