docs: document YouTube follow plugin

This commit is contained in:
user
2026-02-15 14:34:24 +01:00
parent 3955935da4
commit e6419c1ffc
2 changed files with 49 additions and 0 deletions

View File

@@ -303,6 +303,19 @@ Default time: 12:00. Timezone: `bot.timezone` config (default UTC).
Names: lowercase alphanumeric + hyphens, 1-20 chars. Max 20 feeds/channel.
Polls every 10min. Announces max 5 new items per cycle. Persists across restarts.
## YouTube
```
!yt follow <url> [name] # Follow YouTube channel (admin)
!yt unfollow <name> # Unfollow channel (admin)
!yt list # List followed channels
!yt check <name> # Force-poll now
```
Accepts any YouTube URL: video, channel, handle, shorts, embed.
Names: lowercase alphanumeric + hyphens, 1-20 chars. Max 20 channels/channel.
Polls every 10min. Announces max 5 new videos per cycle. Persists across restarts.
## Plugin Template
```python