about summary refs log tree commit diff stats
path: root/src/instances
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-02-26 21:28:30 +0300
committerManeraKai <manerakai@protonmail.com>2022-02-26 21:28:30 +0300
commit8f0be7fb1af2836396858f4753aba3f4c1afddff (patch)
tree9fce07954e1a24bcf04c1476f127c0338b596f04 /src/instances
parentBump version (diff)
downloadlibredirect-8f0be7fb1af2836396858f4753aba3f4c1afddff.zip
Added export and import settings #58
Diffstat (limited to 'src/instances')
-rw-r--r--src/instances/data.json5
-rw-r--r--src/instances/get_instances.py3
2 files changed, 5 insertions, 3 deletions
diff --git a/src/instances/data.json b/src/instances/data.json
index 66fbf751..94cc6f33 100644
--- a/src/instances/data.json
+++ b/src/instances/data.json
@@ -74,7 +74,9 @@
       "https://nitter.winscloud.net",
       "https://nitter.tiekoetter.com",
       "https://nitter.spaceint.fr",
-      "https://twtr.bch.bar"
+      "https://twtr.bch.bar",
+      "https://nitter.exonip.de",
+      "https://nitter.mastodon.pro"
     ],
     "tor": [
       "http://3nzoldnxplag42gqjs23xvghtzf6t6yzssrtytnntc6ppc7xxuoneoad.onion",
@@ -272,6 +274,7 @@
       "https://serx.cf",
       "https://spot.ecloud.global",
       "https://suche.dasnetzundich.de",
+      "https://suche.tromdienste.de",
       "https://suche.uferwerk.org",
       "https://swag.pw",
       "https://sx.catgirl.cloud",
diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py
index 971e3b38..80dcc080 100644
--- a/src/instances/get_instances.py
+++ b/src/instances/get_instances.py
@@ -55,8 +55,7 @@ mightyList['nitter'] = nitterList
 print('fetched Nitter')
 
 # Bibliogram
-r = requests.get('https://bibliogram.art/api/instances')
-print(r.text)
+r = requests.get('https://bibliogram.1d4.us/api/instances')
 rJson = json.loads(r.text)
 bibliogramList = {}
 bibliogramList['normal'] = []