QuiteRSS / quiterss

Free news feeds reader
https://quiterss.org
Other
1k stars 122 forks source link

request: plugins? scripting? a way to subscribe to pages without RSS there #1513

Open Owyn opened 2 years ago

Owyn commented 2 years ago

A way to parse pages without any RSS into a RSS-like format would be most appreciated

example: user uses a CSS selector to find content links on a html page, and each result would be a feed

e.g. document.querySelectorAll(".wp-manga-chapter a") (the CSS selector is .wp-manga-chapter a here) on the webpage https://manhuaus.com/manga/im-an-evil-god/ would find all chapters and when a new one cames out a feed entry would be made with that selector