librarianを復活

このコミットが含まれているのは:
守矢諏訪子 2023-05-30 22:47:12 +09:00
コミット c7931273c7
2個のファイルの変更28行の追加0行の削除

ファイルの表示

@ -740,6 +740,29 @@
],
"loki": []
},
"librarian": {
"clearnet": [
"https://odysee.owacon.moe",
"https://librarian.pussthecat.org",
"https://lbry.projectsegfau.lt",
"https://librarian.esmailelbob.xyz",
"https://lbry.vern.cc",
"https://lbry.slipfox.xyz",
"https://lbry.mywire.org",
"https://lbry.ooguy.com",
"https://lbn.frail.duckdns.org",
"https://lbry.ramondia.net"
],
"tor": [
"http://librarian.esmail5pdn24shtvieloeedh7ehz3nrwcdivnfhfcedl7gf4kwddhkqd.onion",
"http://lbry.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion",
"http://5znbzx2xcymhddzekfjib3isgqq4ilcyxa2bsq6vqmnvbtgu4f776lqd.onion",
"http://zjmls4urccc5wxc64ilbv4oqarjab6pbanvmhd2qqt6p7fgqrjjnryqd.onion",
"http://bxewpsswttslepw27w2hhxhlizwm7l7y54x3jw5cfrb64hb6lgc557ad.onion"
],
"i2p": [],
"loki": []
},
"beatbump": {
"clearnet": [
"https://beatbump.ml",

ファイルの表示

@ -399,6 +399,10 @@ def rimgo():
{'clearnet': 'url', 'tor': 'onion', 'i2p': 'i2p', 'loki': None}, False)
def librarian():
fetchJsonList('librarian', 'https://gitler.moe/suwako/librarian/raw/branch/master/instances.json', 'url', True)
def beatbump():
fetchFromFile('beatbump')
@ -596,6 +600,7 @@ searx()
whoogle()
librex()
rimgo()
librarian()
beatbump()
hyperpipe()
facil()