From fa95ca44a0c2f2d0c2f59259ca6ddb6cd6ccdeaa Mon Sep 17 00:00:00 2001 From: jamesbrown8532 <128091819+jamesbrown8532@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:30:53 +0000 Subject: [PATCH 1/2] Remove Beatbump --- instances.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/instances.py b/instances.py index d6eab31..dfc9b3d 100755 --- a/instances.py +++ b/instances.py @@ -458,10 +458,6 @@ def safetwitch(): re.compile(r"^\| \[.*?\]\((https?:\/{2}(?:[^\s\/]+\.)*(?:[^\s\/]+\.)+[a-zA-Z0-9]+)\/?\)",re.MULTILINE)) -def beatbump(): - fetchFromFile('beatbump') - - def hyperpipe(): fetchJsonList( 'hyperpipe', 'https://codeberg.org/Hyperpipe/pages/raw/branch/main/api/frontend.json', 'url', False) @@ -683,7 +679,6 @@ librex() rimgo() pixivFe() safetwitch() -beatbump() hyperpipe() facil() osm() From 877d46b574d82a3a4418a47de9d5cf2513c890ce Mon Sep 17 00:00:00 2001 From: jamesbrown8532 <128091819+jamesbrown8532@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:31:38 +0000 Subject: [PATCH 2/2] Remove Beatbump instances --- fixed/beatbump.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 fixed/beatbump.json diff --git a/fixed/beatbump.json b/fixed/beatbump.json deleted file mode 100644 index c5c7812..0000000 --- a/fixed/beatbump.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "clearnet": ["https://beatbump.ml", "https://beatbump.esmailelbob.xyz"], - "tor": ["http://beatbump.lqs5fjmajyp7rvp4qvyubwofzi6d4imua7vs237rkc4m5qogitqwrgyd.onion"], - "i2p": [], - "loki": [] -}