Files
nexus/wiki/sources/how-to-get-youtube-channel-id.md
2026-04-17 09:34:39 +08:00

36 lines
1000 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: "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 频道 ID
- 问题域YouTube 频道标识符获取
- 方法/机制:访问频道页面源码,搜索 channel_id 参数
- 结论/价值:获取的 channel_id 可用于 n8n 工作流集成
## Key Claims
- 访问 YouTube 频道页面的 view-source 页面可以获取频道 ID
- 频道 ID 格式为 UC 开头,可用于 RSS 订阅或 API 调用
## Key Quotes
> "view-source:https://www.youtube.com/@Numberblocks" — 通过查看源码方式获取频道信息
## Key Concepts
- [[Channel ID]]: YouTube 频道的唯一标识符,格式为 UC 开头
## Key Entities
- [[YouTube]]: 视频分享平台
- [[n8n]]: 开源工作流自动化工具
## Connections
- [[YouTube]] ← provides → [[Channel ID]]
- [[Channel ID]] ← used_in → [[n8n]]
## Contradictions
- (暂无)