kthchew / ao3-rss

A Flask app to create Atom/RSS feeds for works on AO3
GNU General Public License v3.0
13 stars 2 forks source link

Language Whitelist #61

Open axiopaladin opened 2 days ago

axiopaladin commented 2 days ago

Authors post more than just English on the Archive. It would be nice to be able to configure a list of which languages should be included in the feed generated by this tool, so that it will automatically exclude entries that the user can't read.

The most sensible UX for this to use would probably be something similar to the ?exclude_explicit=true feature, maybe something like ?language=English,Spanish?

kthchew commented 1 day ago

Just to clarify, is the use case you’re thinking of related to a series that contains works in a mix of languages? I haven’t seen this before, and I figured that typically one would only subscribe to series/works in a language they can read, though if the mixed language series case is common then this doesn’t seem like it’d be too complicated to add at some point.

I think this can definitely make sense in conjunction with #53 if I implement that, though.