feat(wiki): complete all remaining 85 raw files ingestion (auto-script)

This commit is contained in:
2026-04-14 21:07:18 +08:00
parent 67baf7b39d
commit 36666fc9c4
161 changed files with 5572 additions and 368 deletions

View File

@@ -0,0 +1,34 @@
---
title: "YouTube Channel ID获取方法"
type: source
tags: [YouTube, ChannelID, RSS]
date: 2025-03-16
---
## Source File
- [[raw/Others/How to get Youtube Channel ID.md]]
## Summary
- 核心主题获取YouTube频道ID的简便方法
- 问题域n8n工作流需要YouTube频道ID作为RSS源
- 方法/机制查看页面源码搜索channel_id字符串
- 结论/价值简单快速的YouTube频道ID获取方法
## Key Claims
- 打开频道主页view-source:https://www.youtube.com/@Numberblocks
- 在源码中搜索:?channel_id
- 可找到https://www.youtube.com/feeds/videos.xml?channel_id=UCPlwvN0w4qFSP1FllALB92w
- channel_id可用于n8n工作流
## Key Concepts
- [[YouTubeRSS]]基于channel_id的RSS订阅源
- [[YouTubeChannelID]]:频道唯一标识符
## Key Entities
- [[YouTube]]:视频平台
## Connections
- [[YouTube-Channel-ID获取方法]] ← documents ← [[YouTubeChannelID]]
## Contradictions
- 无冲突