docs: document YouTube follow plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user