Add channel deduplication

This commit is contained in:
BreadTube 2026-05-27 00:26:32 +09:00
commit 63b4be0ac1
4 changed files with 29 additions and 3 deletions

View file

@ -10,6 +10,7 @@ class Config:
bot_channel_scan_interval: float = 30.
bot_channel_init_retries: int = 3
bot_message_duration: float = 150.
delete_duplicate_channels: bool = True
request_timeout: float = 3.
unmanaged_categories: str = ''
youtube_channel_refresh_interval: float = 600