Files
nexus/wiki/concepts/Channel-ID.md
2026-04-17 09:34:39 +08:00

21 lines
667 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Channel ID"
type: concept
tags: [YouTube, 标识符, API]
date: 2026-04-17
---
## Definition
Channel ID 是 YouTube 频道的唯一标识符,格式为 UC 开头的一串字符,例如 UCPlwvN0w4qFSP1FllALB92w。
## Usage
- 用于 YouTube Data API 调用
- 用于 RSS 订阅格式https://www.youtube.com/feeds/videos.xml?channel_id=XXX
- 可在 n8n 等工作流自动化工具中集成
## How to Get
访问 YouTube 频道页面(如 @Numberblocks),使用 view-source 查看页面源码,搜索 channel_id 参数即可找到。
## Related
- [[YouTube]]: 提供 Channel ID 的平台
- [[n8n]]: 可使用 Channel ID 进行工作流集成