From 70652ffc2c6fbc2e2ce99c20978c1977eb4a5160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Moreira?= Date: Sun, 20 Aug 2023 22:19:44 +0100 Subject: [PATCH] New extension: Comics in feed (#166) * Update README.md with new extension Added Comics in feed extenseion * required changes for PR --------- Co-authored-by: Alexandre Alapetite --- README.md | 4 ++++ extensions.json | 11 +++++++++++ repositories.json | 4 ++++ 3 files changed, 19 insertions(+) diff --git a/README.md b/README.md index 3466191..0173e0a 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@mgnsk](https://github.com/mgnsk) * [AutoTTL](https://github.com/mgnsk/FreshRSS-AutoTTL): A FreshRSS extension for automatic feed refresh TTL based on the average frequency of entries. + +### By [@giventofly](https://github.com/giventofly) + +* [Comics In Feed](https://github.com/giventofly/freshrss-comicsinfeed): Display comicss directly in FreshRSS (currently for The awkward yeti and Butter Safe). diff --git a/extensions.json b/extensions.json index c2c2639..6258c14 100644 --- a/extensions.json +++ b/extensions.json @@ -440,6 +440,17 @@ "url": "https://github.com/cn-tools/cntools_FreshRssExtensions", "method": "git", "directory": "xExtension-YouTubeChannel2RssFeed" + }, + { + "name": "Comics in feed", + "author": "José Moreira", + "description": "Embed the images from comics feeds directly.", + "version": "1.0.0", + "entrypoint": "ComicsInFeed", + "type": "system", + "url": "https://github.com/giventofly/freshrss-comicsinfeed", + "type": "git", + "directory": "." } ] } diff --git a/repositories.json b/repositories.json index 7b23fe1..c5d307e 100644 --- a/repositories.json +++ b/repositories.json @@ -70,4 +70,8 @@ }, { "url": "https://github.com/reply2future/xExtension-NewsAssistant", "type": "git" +}, +{ + "url": "https://github.com/giventofly/freshrss-comicsinfeed", + "type": "git" }]