This repository contains a Ruby script and a GitHub Action
which will generate a RSS feed from MangaDex /chapter API endpoint.
You should be able to subscribe to the feed by putting the URL below into your RSS reader of choice:
https://kagari-mimi.github.io/u/
How often does the feed refreshes?
The cron job is set to run at every 5 minutes. However, we're at GitHub's mercy on how often it will get run as it seems like free projects do get throttle somewhat.
Why does the feed only contain a few items?
This is due to API limitation
as the /chapter endpoint only returns a maximum of 100 chapters at a time.
It also doesn't support filtering by tag,
so the tag filtering is done locally
on the latest 300 chapters we receive from MangaDex.
Why
/u/?
Because Y/u/ri.
Why does this feed uses the word "Girls' love" instead of "Yuri"?
I decided to use this term to match the actual tag name on MangaDex.