Convert RSS with excerpts to RSS feed with full articles using a CSS selector.
482
Convert Atom or RSS with excerpts to RSS feed with full articles using a CSS selector.
You can use my instance at https://rssextender.hoa.ro or host your own.
Homepage

CSS Selector

.post-content (there is no selector)Get the project and dependencies:
git clone [email protected]:ArthurHoaro/rss-extender.git
composer install
Expose the public folder behind a web server w/ PHP.
With Docker, you can use the provided Docker image. Example with nginx-proxy as a reverse proxy:
docker run -d \
-p 80 \
-v ./data:/var/www/rssextender/data \
-e VIRTUAL_HOST=<domain.tld> \
-e VIRTUAL_PORT=80 \
--restart unless-stopped \
--name rss-extender \
arthurhoaro/rss-extender:latest
MIT
Content type
Image
Digest
Size
31.8 MB
Last updated
almost 6 years ago
docker pull arthurhoaro/rss-extender