Files
nexus/wiki/sources/YouTube-RSS-Feed-获取方法.md

36 lines
1.0 KiB
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频道RSS Feed获取方法"
type: source
tags: [youtube, rss, 教程]
date: 2025-10-10
---
## Source File
- [[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]
## Summary
- 核心主题通过网页源码获取任意YouTube频道的RSS Feed URL
- 问题域YouTube移除了RSS订阅按钮用户无法直接获取频道RSS
- 方法/机制:查看频道页面源码,搜索"channel_id="提取RSS Feed URL
- 结论/价值无需第三方服务即可获取YouTube频道RSS
## Key Claims
- YouTube移除了RSS订阅按钮以防止用户绕过网站
- 通过"View Page Source"搜索"channel_id="可获取RSS Feed URL
- RSS Feed格式为https://www.youtube.com/feeds/videos.xml?channel_id=xxx
## Key Quotes
> "Right click on an empty part of the page and select 'View Page Source'" — 操作步骤
## Key Concepts
- [[YouTubeRSS]]YouTube频道的RSS订阅源
## Key Entities
- [[YouTube]]:视频平台
## Connections
- [[YouTubeRSS]] ← 来源 ← [[YouTube]]
## Contradictions
- 无冲突