diff options
| author | Ben Busby <contact@benbusby.com> | 2022-07-27 17:14:15 -0600 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2022-07-27 17:14:15 -0600 |
| commit | 8fbe016cdba8ac2fea8523021ae57f4b8167fa35 (patch) | |
| tree | 7a9345428867228eb39b7067c936388cafc4475d /services-full.json | |
| parent | bf59789c452b2d8cd2fc8b16229c6f81e6bade6d (diff) | |
| download | farside-8fbe016cdba8ac2fea8523021ae57f4b8167fa35.tar.gz | |
Support libremdb and querte (imdb and quora alts)
Includes support for redirecting via full url, ie:
-> farside.link/https://www.imdb.com/title/tt0133093/
will redirect to a libremdb instance.
Closes #48
Diffstat (limited to 'services-full.json')
| -rw-r--r-- | services-full.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/services-full.json b/services-full.json index 1ea2cae..69cca5b 100644 --- a/services-full.json +++ b/services-full.json @@ -363,5 +363,32 @@ "https://search.funami.tech", "https://librex.catalyst.sx" ] + }, + { + "type": "querte", + "test_url": "/How-does-the-Z-boson-decay", + "fallback": "https://quetre.herokuapp.com", + "instances": [ + "https://quetre.herokuapp.com", + "https://quora.vern.cc", + "https://quetre.pussthecat.org", + "https://wuetre.herokuapp.com", + "https://quetreus.herokuapp.com", + "https://quetre.tokhmi.xyz", + "https://quetre.projectsegfau.lt", + "https://quetre.esmailelbob.xyz" + ] + }, + { + "type": "libremdb", + "test_url": "/title/tt0133093/", + "fallback": "https://libremdb.herokuapp.com", + "instances": [ + "https://libremdb.herokuapp.com", + "https://libremdb.pussthecat.org", + "https://libremdbeu.herokuapp.com", + "https://lmdb.tokhmi.xyz", + "https://libremdb.esmailelbob.xyz" + ] } ] |
