diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-06-09 14:38:00 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-06-09 14:38:00 +0000 |
commit | 309de82960b717f61dd90b908c2c28955955f504 (patch) | |
tree | 4a9a6997e25383e555200084e3835358edeb3701 /plugins/rss.yaml | |
parent | updated the readme, remove girc.Client as an arg to the lua extension functio... (diff) | |
download | milla-309de82960b717f61dd90b908c2c28955955f504.tar.gz milla-309de82960b717f61dd90b908c2c28955955f504.zip |
added a load and unload command for plugins
Diffstat (limited to 'plugins/rss.yaml')
-rw-r--r-- | plugins/rss.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/rss.yaml b/plugins/rss.yaml index aee5bcf..ade31d9 100644 --- a/plugins/rss.yaml +++ b/plugins/rss.yaml @@ -1,3 +1,5 @@ +period: 3600 +channel: "#rssfeed" rssfeeds: - name: "one" url: "https://www.youtube.com/feeds/videos.xml?channel_id=UCaiL2GDNpLYH6Wokkk1VNcg" |