Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

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