autoradio/config.json

12 lines
213 B
JSON
Raw Normal View History

2023-10-20 22:03:00 +00:00
{
2023-10-20 22:51:52 +00: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-20 22:03:00 +00:00
}
}