Files
nexus/wiki/concepts/Channel-Based-Monitoring.md
2026-04-22 16:03:25 +08:00

31 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]