Add RSS-Bridge extenstion

This commit is contained in:
Devon Hess 2020-11-14 16:14:46 -05:00
parent 1784092164
commit ed958725c6
2 changed files with 12 additions and 0 deletions

View file

@ -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
* [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

View file

@ -193,6 +193,14 @@
"author": "romibi and Marien Fressinaud",
"url": "https://github.com/FreshRSS/Extensions",
"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"
}
]
}