feat(wiki): ingest misc sources batch (Daily notes/Others/Skills/Vibe Coding/微信公众号/跨境电商)

This commit is contained in:
2026-04-14 20:33:01 +08:00
parent 38121d2e41
commit e4232f4feb
59 changed files with 1802 additions and 63 deletions

View 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 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]]