feat(wiki): ingest misc sources batch (Daily notes/Others/Skills/Vibe Coding/微信公众号/跨境电商)

This commit is contained in:
2026-04-14 20:33:01 +08:00
parent 38121d2e41
commit e4232f4feb
59 changed files with 1802 additions and 63 deletions

View File

@@ -0,0 +1,31 @@
---
title: "获取YouTube频道ID"
type: source
tags: [tutorial]
date: 2025-03-16
---
## Source File
- [[raw/Others/How to get Youtube Channel ID.md]]
## Summary
- 核心主题获取YouTube频道ID的方法
- 问题域如何在n8n工作流中使用YouTube频道
- 方法/机制通过查看页面源代码查询channel_id参数
- 结论/价值获取的Channel ID可用于RSS Feed和工作流集成
## Key Claims
- 在YouTube频道页面查看源代码搜索channel_id可找到ID
- Channel ID格式为UC开头
## Key Concepts
- [[RSS]]:信息聚合标准
## Key Entities
- [[YouTube]]:视频平台
## Connections
- [[YouTube]] ← 识别 ← [[Channel ID]]
- [[Channel ID]] ← 用于 ← [[n8n工作流]]
## Contradictions