Files
nexus/wiki/sources/YouTube-Channel-ID获取方法.md

35 lines
957 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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
- 无冲突