Implement subscription from RSS feed
This commit is contained in:
parent
4674cc926c
commit
aacceacd96
11 changed files with 185 additions and 271 deletions
|
|
@ -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}})'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue