From 146d22d159d53de5183a78cd55f2f155c7edb1d8 Mon Sep 17 00:00:00 2001 From: printfuck Date: Mon, 6 Jun 2022 02:02:13 +0200 Subject: [PATCH] added Readable Extentension --- README.md | 4 ++++ repositories.json | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22f1c8c..fdeba91 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@christian-putzke](https://github.com/christian-putzke/) * [Pocket Button](https://github.com/christian-putzke/freshrss-pocket-button): Add articles to Pocket with one simple button click or a keyboard shortcut. + +### By [@printfuck](https://github.com/printfuck/) + +* [Readable](https://github.com/printfuck/xExtension-Readable): Fetch article content with Readability or Mercury parsers diff --git a/repositories.json b/repositories.json index 7568c31..8ec1723 100644 --- a/repositories.json +++ b/repositories.json @@ -47,6 +47,9 @@ "url": "https://github.com/kapdap/freshrss-extensions", "type": "git" }, { - "url": "https://github.com/christian-putzke/freshrss-pocket-button", - "type": "git" + "url": "https://github.com/christian-putzke/freshrss-pocket-button", + "type": "git" +}, { + "url": "https://github.com/printfuck/xExtension-Readable", + "type": "git" }]