feat(wiki): ingest misc sources batch (Daily notes/Others/Skills/Vibe Coding/微信公众号/跨境电商)
This commit is contained in:
24
wiki/concepts/YouTubeRSS.md
Normal file
24
wiki/concepts/YouTubeRSS.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
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 URL:https://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]]
|
||||
Reference in New Issue
Block a user