Add RSS-Bridge extenstion
This commit is contained in:
parent
1784092164
commit
ed958725c6
2 changed files with 12 additions and 0 deletions
|
|
@ -50,3 +50,7 @@ There are some FreshRSS extensions out there, developed by community members:
|
||||||
|
|
||||||
* [YouTube Channel 2 RSSFeed](https://github.com/cn-tools/cntools_FreshRssExtensions/tree/master/xExtension-YouTubeChannel2RssFeed): You can add a YouTube Channel URL and will get it as RSSFeed
|
* [YouTube Channel 2 RSSFeed](https://github.com/cn-tools/cntools_FreshRssExtensions/tree/master/xExtension-YouTubeChannel2RssFeed): You can add a YouTube Channel URL and will get it as RSSFeed
|
||||||
* [Feed Title Builder](https://github.com/cn-tools/cntools_FreshRssExtensions/tree/master/xExtension-FeedTitleBuilder): Build your own feed title based on url, the original feed title and the date the feed was added
|
* [Feed Title Builder](https://github.com/cn-tools/cntools_FreshRssExtensions/tree/master/xExtension-FeedTitleBuilder): Build your own feed title based on url, the original feed title and the date the feed was added
|
||||||
|
|
||||||
|
### By [@DevonHess](https://github.com/DevonHess)
|
||||||
|
|
||||||
|
* [RSS-Bridge](https://github.com/DevonHess/FreshRSS-Extensions/tree/main/xExtension-RssBridge): Run URLs through [RSS-Bridge](https://github.com/rss-bridge/rss-bridge) detection
|
||||||
|
|
|
||||||
|
|
@ -193,6 +193,14 @@
|
||||||
"author": "romibi and Marien Fressinaud",
|
"author": "romibi and Marien Fressinaud",
|
||||||
"url": "https://github.com/FreshRSS/Extensions",
|
"url": "https://github.com/FreshRSS/Extensions",
|
||||||
"type": "gh-subdirectory"
|
"type": "gh-subdirectory"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "RSS-Bridge",
|
||||||
|
"description": "Run URLs through <a href=\"https://github.com/rss-bridge/rss-bridge\">RSS-Bridge</a> detection",
|
||||||
|
"version": 1,
|
||||||
|
"author": "Devon Hess",
|
||||||
|
"url": "https://github.com/DevonHess/FreshRSS-Extensions",
|
||||||
|
"type": "gh-subdirectory"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue