feat(wiki): complete all remaining 85 raw files ingestion (auto-script)

This commit is contained in:
2026-04-14 21:07:18 +08:00
parent 67baf7b39d
commit 36666fc9c4
161 changed files with 5572 additions and 368 deletions

View File

@@ -0,0 +1,35 @@
---
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
- 无冲突