36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
---
|
||
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
|
||
- 无冲突
|