feat(wiki): complete all remaining 85 raw files ingestion (auto-script)
This commit is contained in:
34
wiki/sources/YouTube-Channel-ID获取方法.md
Normal file
34
wiki/sources/YouTube-Channel-ID获取方法.md
Normal 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
|
||||
- 无冲突
|
||||
Reference in New Issue
Block a user