autoradio/config.json

12 lines
213 B
JSON
Raw Normal View History

2023-10-21 09:03:00 +11:00
{
2023-10-21 09:51:52 +11:00
"feeds": {
"Utility Fog": {
"url": "https://www.frogworth.com/utilityfog/feed/",
"dir": "./output/UFog"
},
"RA Podcast": {
"url": "https://ra.co/xml/podcast.xml",
"dir": "./output/RA"
}
2023-10-21 09:03:00 +11:00
}
}