Auto-sync: 2026-04-27 08:02
This commit is contained in:
@@ -1,40 +1,42 @@
|
||||
---
|
||||
title: "How to get Youtube Channel ID"
|
||||
type: source
|
||||
tags: []
|
||||
date: 2025-03-16
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Others/How to get Youtube Channel ID.md]]
|
||||
|
||||
## Summary(用中文描述)
|
||||
- 核心主题:通过浏览器 view-source 方法获取 YouTube 频道的 Channel ID
|
||||
- 问题域:YouTube 频道识别与 RSS 订阅源获取
|
||||
- 方法/机制:使用 `view-source:` URL 前缀访问频道页面,在页面源码中搜索 `channel_id` 字符串,从中提取 RSS Feed URL 中的频道 ID
|
||||
- 结论/价值:无需 API Key 或第三方工具,即可通过纯浏览器操作获取频道 ID,可用于 [[n8n]] 工作流等自动化场景
|
||||
|
||||
## Key Claims(用中文描述)
|
||||
- 用户可通过浏览器访问 `view-source:https://www.youtube.com/@频道名` 获取页面源码
|
||||
- 在源码中搜索 `channel_id` 字符串可找到 RSS Feed 地址
|
||||
- RSS Feed URL 格式为 `https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxx`
|
||||
- 获取到的 Channel ID 可用于 [[n8n]] 等工作流自动化工具
|
||||
|
||||
## Key Quotes
|
||||
> "view-source:https://www.youtube.com/@Numberblocks" — 浏览器地址栏输入此 URL 访问频道页面源码
|
||||
> "channel_id=UCPlwvN0w4qFSP1FllALB92w" — 搜索 `?channel_id` 可找到该频道的 RSS Feed URL
|
||||
> "channel id can be used in n8n workflow" — Channel ID 的实际应用场景
|
||||
|
||||
## Key Concepts
|
||||
- [[Channel ID]]:YouTube 频道的唯一标识符,格式为 `UC` 开头加 22 位字符
|
||||
- [[RSS Feed]]:`https://www.youtube.com/feeds/videos.xml?channel_id=<ID>` 是 YouTube 频道的 RSS 订阅源格式
|
||||
|
||||
## Key Entities
|
||||
- [[YouTube]]:全球最大视频分享平台,Channel ID 是其频道资源的唯一标识
|
||||
- [[n8n]]:工作流自动化工具,可利用 Channel ID 订阅 YouTube 频道更新
|
||||
|
||||
## Connections
|
||||
- [[n8n-workflow-orchestration]] ← uses ← [[YouTube Channel ID]] ← extracted_from ← [[RSSHub]](相关工作流自动化集成)
|
||||
|
||||
## Contradictions
|
||||
- (无冲突)
|
||||
---
|
||||
title: "How to get Youtube Channel ID"
|
||||
type: source
|
||||
tags: []
|
||||
date: 2025-03-16
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[Others/How to get Youtube Channel ID]]
|
||||
|
||||
## Summary(用中文描述)
|
||||
- 核心主题:从 YouTube 频道页面获取 Channel ID 的方法
|
||||
- 问题域:YouTube 自动化工作流(如 n8n)中需要使用 Channel ID,但 YouTube 官方界面不直接显示
|
||||
- 方法/机制:通过浏览器 view-source 查看频道页面 HTML 源码,搜索 `?channel_id` 字符串即可提取
|
||||
- 结论/价值:获取的 Channel ID 可用于 n8n 工作流、RSS 订阅源、API 调用等场景
|
||||
|
||||
## Key Claims(用中文描述)
|
||||
- 通过浏览器访问 `view-source:https://www.youtube.com/@频道名` 可查看频道页面的 HTML 源码
|
||||
- 在源码中搜索 `?channel_id` 字符串,可以找到该频道对应的唯一 Channel ID
|
||||
- 找到的 Channel ID 格式为:`https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxx`
|
||||
- 获取的 Channel ID 可用于 n8n 等自动化工作流
|
||||
|
||||
## Key Quotes
|
||||
> "view-source:https://www.youtube.com/@Numberblocks" — 在浏览器地址栏输入此 URL 查看频道页面的 HTML 源代码
|
||||
> "?channel_id" — 在源代码中搜索此字符串以定位频道 ID
|
||||
|
||||
## Key Concepts
|
||||
- [[YouTube Channel ID]]:YouTube 为每个频道分配的唯一标识符,格式为 UC 开头,用于 API 调用、RSS 订阅等场景
|
||||
|
||||
## Key Entities
|
||||
- [[Numberblocks]]:示例 YouTube 频道(儿童数学教育频道),文档中用于演示获取 Channel ID 的示例频道
|
||||
|
||||
## Connections
|
||||
- [[实战笔记:本地部署 RSSHub 并获取 YouTube 订阅]] ← related_to ← [[YouTube Channel ID]]
|
||||
|
||||
## Contradictions
|
||||
- 无已知冲突
|
||||
|
||||
## Aliases
|
||||
- Channel ID
|
||||
- channel_id
|
||||
- YouTube Channel Identifier
|
||||
|
||||
Reference in New Issue
Block a user