Auto-sync
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "How to Get the RSS Feed For Any YouTube Channel"
|
||||
type: source
|
||||
tags: [youtube, rss, 工具教程]
|
||||
sources: ["https://chuck.is/yt-rss/"]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/AI/How to Get the RSS Feed For Any YouTube Channel.md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:通过 View Page Source 获取 YouTube 频道 RSS Feed 的方法
|
||||
- 问题域:YouTube 移除了 RSS 订阅按钮,用户无法直接获取频道 RSS 链接
|
||||
- 方法/机制:访问频道页 → 右键查看源代码 → 搜索 "channel_id=" → 提取 RSS Feed URL
|
||||
- 结论/价值:无需第三方服务即可获取 YouTube 频道 RSS Feed,用于 RSS 阅读器订阅
|
||||
|
||||
## Key Claims
|
||||
- YouTube 移除了 RSS 订阅按钮以防止用户不访问网站获取内容
|
||||
- 通过 View Page Source 搜索 "channel_id=" 可获取 RSS Feed URL
|
||||
- RSS Feed 格式:https://www.youtube.com/feeds/videos.xml?channel_id={ID}
|
||||
|
||||
## Key Concepts
|
||||
- [[RSS Feed]]:标准化的内容订阅格式
|
||||
- [[YouTube Channel ID]]:YouTube 频道的唯一标识符
|
||||
|
||||
## Connections
|
||||
- [[YouTube]] ← 平台 ← [[RSS Feed]]
|
||||
Reference in New Issue
Block a user