SimpleAmazonの追加

このコミットが含まれているのは:
守矢諏訪子 2023-05-31 07:17:40 +09:00
コミット ca8f3b283f
3個のファイルの変更32行の追加0行の削除

ファイルの表示

@ -763,6 +763,20 @@
"i2p": [],
"loki": []
},
"simpleamazon": {
"clearnet": [
"https://az.vern.cc",
"https://simpleamazon.esmailelbob.xyz"
],
"tor": [
"http://az.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion",
"http://simpleamazon.esmail5pdn24shtvieloeedh7ehz3nrwcdivnfhfcedl7gf4kwddhkqd.onion"
],
"i2p": [
"http://vernlncxo4aswplv7naacpjvp5ts4uhrv4wbv3y4skufdbz763gq.b32.i2p"
],
"loki": []
},
"beatbump": {
"clearnet": [
"https://beatbump.ml",

14
fixed/simpleamazon.json ノーマルファイル
ファイルの表示

@ -0,0 +1,14 @@
{
"clearnet": [
"https://az.vern.cc",
"https://simpleamazon.esmailelbob.xyz"
],
"tor": [
"http://az.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion",
"http://simpleamazon.esmail5pdn24shtvieloeedh7ehz3nrwcdivnfhfcedl7gf4kwddhkqd.onion"
],
"i2p": [
"http://vernlncxo4aswplv7naacpjvp5ts4uhrv4wbv3y4skufdbz763gq.b32.i2p"
],
"loki": []
}

ファイルの表示

@ -403,6 +403,10 @@ def librarian():
fetchJsonList('librarian', 'https://gitler.moe/suwako/librarian/raw/branch/master/instances.json', 'url', True)
def simpleamazon():
fetchFromFile('simpleamazon')
def beatbump():
fetchFromFile('beatbump')