1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-24 20:50:02 +00:00

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
This commit is contained in:
Ben Busby 2022-07-27 17:14:15 -06:00
parent bf59789c45
commit 8fbe016cdb
No known key found for this signature in database
GPG key ID: B9B7231E01D924A1
3 changed files with 57 additions and 2 deletions

View file

@ -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"
]
}
]