diff options
| author | Ben Busby <contact@benbusby.com> | 2021-12-16 09:21:38 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2021-12-16 09:21:38 -0700 |
| commit | 5dda963b29ec7aee19351c44d9a0f4312fce192d (patch) | |
| tree | 09a28da809178d7fbc94626150cf5272b8471dd9 | |
| parent | e8a8b523841fc8865d4a719d0f1dc9d253bace32 (diff) | |
| download | farside-5dda963b29ec7aee19351c44d9a0f4312fce192d.tar.gz | |
Add piped instance, update demos in readme
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | services.json | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -18,11 +18,14 @@ bottlenecks and rate-limiting. | Service | Page | Farside Link | | -- | -- | -- | | [Libreddit](https://github.com/spikecodes/libreddit) | /r/popular | https://farside.link/libreddit/r/popular +| [Teddit](https://codeberg.org/teddit/teddit) | /r/popular | https://farside.link/teddit/r/popular | [Nitter](https://github.com/zedeus/nitter) | User Profile | https://farside.link/nitter/josevalim | [Invidious](https://github.com/iv-org/invidious) | Home Page | https://farside.link/invidious +| [Piped](https://github.com/TeamPiped/Piped) | Video Page | https://farside.link/piped/watch?v=eBGIQ7ZuuiU | [Bibliogram](https://sr.ht/~cadence/bibliogram/) | User Profile | https://farside.link/bibliogram/u/kbdfans | [Whoogle](https://github.com/benbusby/whoogle-search) | Search "Elixir" | https://farside.link/whoogle/search?q=elixir | [Searx](https://github.com/searx/searx) | Search "Redis" | https://farside.link/searx/search?q=redis +| [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web) | Translate "hola" | https://farside.link/simplytranslate/?engine=google&text=hola ## How It Works diff --git a/services.json b/services.json index a831172..d590c79 100644 --- a/services.json +++ b/services.json @@ -95,7 +95,8 @@ "test_url": "/watch?v=eBGIQ7ZuuiU", "fallback": "https://piped.kavin.rocks", "instances": [ - "https://piped.kavin.rocks" + "https://piped.kavin.rocks", + "https://silkky.cloud" ] }, { |
