From ca8f3b283f92de21375e465246ee330869f46365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 31 May 2023 07:17:40 +0900 Subject: [PATCH] =?UTF-8?q?SimpleAmazon=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data.json | 14 ++++++++++++++ fixed/simpleamazon.json | 14 ++++++++++++++ instances.py | 4 ++++ 3 files changed, 32 insertions(+) create mode 100644 fixed/simpleamazon.json diff --git a/data.json b/data.json index b7ae723..730fadc 100644 --- a/data.json +++ b/data.json @@ -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", diff --git a/fixed/simpleamazon.json b/fixed/simpleamazon.json new file mode 100644 index 0000000..ee25f84 --- /dev/null +++ b/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": [] +} diff --git a/instances.py b/instances.py index 1a6c398..06fa3f9 100755 --- a/instances.py +++ b/instances.py @@ -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')