Auto-sync: 2026-04-17 08:35

This commit is contained in:
2026-04-17 09:34:39 +08:00
parent a0a48bd334
commit ea7a3785b9
21 changed files with 2272 additions and 9 deletions

View File

@@ -0,0 +1,36 @@
---
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
- (暂无)