Implement subscription from RSS feed

This commit is contained in:
BreadTube 2026-01-09 00:25:10 +09:00
commit 835b9a42a1
Signed by untrusted user who does not match committer: corentin
GPG key ID: 48C87E27C6C917F4
11 changed files with 185 additions and 271 deletions

View file

@ -12,7 +12,7 @@ class Config:
bot_message_duration: float = 150.
request_timeout: float = 3.
unmanaged_categories: str = ''
youtube_channel_refresh_interval: float = 3600
youtube_channel_refresh_interval: float = 600
youtube_channel_video_count: int = 10
youtube_channel_video_message: str = '[{{video_title}}](https://www.youtube.com/video/{{video_id}})'