From b88427f05acfa9e079d6691183526828a9c18810 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Sat, 21 Oct 2023 09:03:00 +1100 Subject: [PATCH] config file --- config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..f812459 --- /dev/null +++ b/config.json @@ -0,0 +1,10 @@ +{ + "Utility Fog": { + "url": "https://www.frogworth.com/utilityfog/feed/", + "dir": "./Utility Fog" + }, + "RA Podcast": { + "url": "https://ra.co/xml/podcast.xml", + "dir": "./RA Podcast" + } +} \ No newline at end of file