Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -1,30 +1,30 @@
---
title: "Channel-Based Monitoring"
type: concept
tags: [Channel, Monitoring, YouTube, RSS, Subscription]
sources: [daily-youtube-digest, how-to-get-youtube-channel-id, how-to-get-the-rss-feed-for-any-youtube-channel]
last_updated: 2026-04-22
---
## Definition
Channel-Based Monitoring 是一种以订阅频道为单位跟踪内容更新的策略——用户明确指定感兴趣的频道列表AI Agent 定期检查这些频道的最新上传,而非被动依赖平台推荐算法。
## Why Not Just Use YouTube Notifications?
YouTube 通知系统不可靠订阅频道的新视频经常不会出现在通知或首页推荐中被平台算法压制。Channel-Based Monitoring 通过主动检查RSS Feed / API绕过这一限制。
## Implementation
- **RSS Feed**: `https://www.youtube.com/feeds/videos.xml?channel_id=<ID>`
- **TranscriptAPI**: `channel/latest` API免费0 积分)
- **yt-dlp**: `--flat-playlist` 模式
### Getting Channel ID
参考 [[how-to-get-youtube-channel-id]]:在浏览器地址栏打开 `view-source:https://www.youtube.com/@ChannelName`,搜索 `channel_id` 字符串即可获得 RSS Feed URL。
## Connections
- [[Channel-Based Monitoring]] ← powers ← [[Daily YouTube Digest]]
- [[RSS Feed]] ← feeds ← [[Channel-Based Monitoring]]
- [[Keyword-Based Monitoring]] ← complements ← [[Channel-Based Monitoring]]
---
title: "Channel-Based Monitoring"
type: concept
tags: [Channel, Monitoring, YouTube, RSS, Subscription]
sources: [daily-youtube-digest, how-to-get-youtube-channel-id, how-to-get-the-rss-feed-for-any-youtube-channel]
last_updated: 2026-04-22
---
## Definition
Channel-Based Monitoring 是一种以订阅频道为单位跟踪内容更新的策略——用户明确指定感兴趣的频道列表AI Agent 定期检查这些频道的最新上传,而非被动依赖平台推荐算法。
## Why Not Just Use YouTube Notifications?
YouTube 通知系统不可靠订阅频道的新视频经常不会出现在通知或首页推荐中被平台算法压制。Channel-Based Monitoring 通过主动检查RSS Feed / API绕过这一限制。
## Implementation
- **RSS Feed**: `https://www.youtube.com/feeds/videos.xml?channel_id=<ID>`
- **TranscriptAPI**: `channel/latest` API免费0 积分)
- **yt-dlp**: `--flat-playlist` 模式
### Getting Channel ID
参考 [[how-to-get-youtube-channel-id]]:在浏览器地址栏打开 `view-source:https://www.youtube.com/@ChannelName`,搜索 `channel_id` 字符串即可获得 RSS Feed URL。
## Connections
- [[Channel-Based Monitoring]] ← powers ← [[Daily YouTube Digest]]
- [[RSS Feed]] ← feeds ← [[Channel-Based Monitoring]]
- [[Keyword-Based Monitoring]] ← complements ← [[Channel-Based Monitoring]]