larryhudson / astro-sqlite-tts-feed

astro-sqlite-tts-feed
5 stars 0 forks source link

Idea: ability to have multiple separate feeds #15

Closed larryhudson closed 11 months ago

larryhudson commented 11 months ago

At the moment, all the articles (whether they're text to speech articles or things downloaded with yt-dlp) go into a single feed which is served from /rss.xml. We can change this so that we can have multiple feeds.

What we would need to do:

larryhudson commented 11 months ago

I've started working on this in the multiple-feeds branch.