Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added infos about new extensions #192

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,15 @@ There are some FreshRSS extensions out there, developed by community members:
### By [@shinemoon](https://github.com/shinemoon)

* [Colorful List](https://github.com/shinemoon/FreshRSS-Dev/tree/master/extensions/xExtension-ColorfulList): Generate light different background color for article list rows (relying on the feed name)

### By [@babico](https://github.com/babico)

* [Twitch Channel 2 Rss Feed](https://github.com/babico/xExtension-TwitchChannel2RssFeed): You can add a Twitch Channel URL and will get it as RSSFeed

### By [@ravenscroftj](https://github.com/ravenscroftj)

* [FreshRss FlareSolverr](https://github.com/ravenscroftj/freshrss-flaresolverr-extension): Use a Flaresolverr instance to bypass cloudflare security checks

### By [@tunbridgep](https://github.com/tunbridgep)

* [Invidious Video Feed](https://github.com/tunbridgep/freshrss-invidious/tree/master/xExtension-Invidious): Embed YouTube feeds inside article content, but with Invidious.
33 changes: 33 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,39 @@
"method": "git",
"directory": "xExtension-TouchControl"
},
{
"name": "TwitchChannel2RssFeed",
"author": "Babico",
"description": "Transfer Twitch Channel URL into RSS Feed URL.",
"version": 0.2,
"entrypoint": "TwitchChannel2RssFeed",
"type": "user",
"url": "https://github.com/babico/xExtension-TwitchChannel2RssFeed",
"method": "git",
"directory": "."
},
{
"name": "FreshRss FlareSolverr",
"author": "James Ravenscroft",
"description": "Use a Flaresolverr instance to bypass cloudflare security checks",
"version": 0.1,
"entrypoint": "FlareSolverr",
"type": "system",
"url": "https://github.com/ravenscroftj/freshrss-flaresolverr-extension",
"method": "git",
"directory": "."
},
{
"name": "Invidious Video Feed",
"author": "Paul Tunbridge (forked from Korbak and Kevin Papst)",
"description": "Embed YouTube feeds inside article content, but with Invidious.",
"version": 1.1,
"entrypoint": "Invidious",
"type": "user",
"url": "https://github.com/tunbridgep/freshrss-invidious",
"method": "git",
"directory": "xExtension-Invidious"
},
{
"name": "White List",
"author": "Alexis Degrugillier",
Expand Down
9 changes: 9 additions & 0 deletions repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
}, {
"url": "https://github.com/cn-tools/cntools_FreshRssExtensions",
"type": "git"
}, {
"url": "https://github.com/ravenscroftj/freshrss-flaresolverr-extension",
"type": "git"
}, {
"url": "https://github.com/babico/xExtension-TwitchChannel2RssFeed",
"type": "git"
}, {
"url": "thttps://github.com/tunbridgep/freshrss-invidious",
"type": "git"
}, {
"url": "https://github.com/javerous/freshrss-greader-redate",
"type": "git"
Expand Down