From 890e72894333376b782078bf347a9d2a86db3e14 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 18 Mar 2017 18:53:33 +0100 Subject: [PATCH] [Extended Bridges] Create new page --- Extended-Bridges.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Extended-Bridges.md diff --git a/Extended-Bridges.md b/Extended-Bridges.md new file mode 100644 index 0000000..1a2b474 --- /dev/null +++ b/Extended-Bridges.md @@ -0,0 +1,7 @@ +**This page provides links to external repositories that are not monitored by the RSS-Bridge team, but may be interesting for hosts of private services (not accessible via internet). Please make sure to carefully read source codes before using them!** + +APIs require private keys that could be stored on servers running RSS-Bridge, which is a security concern, involves complex authorizations and could cause harm (when using paid services for example). In a closed environment (a server only you use for yourself) however you might be interested in using them anyway. + +| Bridge | Status | Description | +|--------|--------|-------------| +|[YoutubeApiBridge](https://github.com/LogMANOriginal/rss-bridge/tree/YoutubeApiBridge)|[![Build Status](https://travis-ci.org/LogMANOriginal/rss-bridge.svg?branch=YoutubeApiBridge)](https://travis-ci.org/LogMANOriginal/rss-bridge)|Provides an alternative solution to 'YoutubeBridge' by using the Google API. Users must provide an API key that can be obtained for free. \ No newline at end of file