Files
nexus/wiki/concepts/YouTubeRSS.md

25 lines
797 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 RSS"
type: concept
tags: []
---
## Definition
通过 YouTube 频道的 channel_id 拼接的 Atom/RSS 订阅格式,允许用户通过 RSS 阅读器订阅频道更新。YouTube 已移除官方 RSS 订阅按钮,需通过"查看页面源码"获取 channel_id。
## How to Get
1. 访问 YouTube 频道页面(如 https://www.youtube.com/@CHANNEL_NAME
2. 右键 → "查看页面源码"View Page Source
3. 搜索 "channel_id="
4. 拼接 RSS URLhttps://www.youtube.com/feeds/videos.xml?channel_id=<CHANNEL_ID>
## Why It Matters
- YouTube 移除 RSS 按钮以迫使用户访问网站(商业动机)
- RSS 是获取频道更新的无平台锁定方式
## Related Tools
- 任意 RSS 阅读器(如 Feedly、Inoreader 等)
## Sources
- [[YouTube-RSS-Feed.md]]