From c2a84db11695153882c286cdb00f92a5488c243f Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sun, 2 Feb 2025 01:43:48 -0300 Subject: [PATCH 1/2] replace zzls.xyz instance by nadeko.net --- data/config.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/config.php b/data/config.php index 46b83e5..eba3985 100644 --- a/data/config.php +++ b/data/config.php @@ -90,8 +90,7 @@ class config{ // eachother your serber should appear everywhere. const INSTANCES = [ "https://4get.ca", - "https://4get.zzls.xyz", - "https://4getus.zzls.xyz", + "https://4get.nadeko.net", "https://4get.silly.computer", "https://4get.konakona.moe", "https://4get.lvkaszus.pl", -- 2.39.5 From 56f84245c63cbc7e8cd24e9d44d9c83bb6b450ac Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sun, 2 Feb 2025 01:58:32 -0300 Subject: [PATCH 2/2] remove dead instances from the list --- data/config.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/data/config.php b/data/config.php index eba3985..fc5e1c5 100644 --- a/data/config.php +++ b/data/config.php @@ -92,28 +92,13 @@ class config{ "https://4get.ca", "https://4get.nadeko.net", "https://4get.silly.computer", - "https://4get.konakona.moe", - "https://4get.lvkaszus.pl", - "https://4g.ggtyler.dev", - "https://4get.perennialte.ch", "https://4get.sijh.net", "https://4get.hbubli.cc", - "https://4get.plunked.party", - "https://4get.seitan-ayoub.lol", - "https://4get.etenie.pl", "https://4get.lunar.icu", - "https://4get.dcs0.hu", - "https://4get.kizuki.lol", - "https://4get.psily.garden", - "https://search.milivojevic.in.rs", - "https://4get.snine.nl", - "https://4get.datura.network", "https://4get.neco.lol", - "https://4get.lol", "https://4get.ch", "https://4get.edmateo.site", "https://4get.sudovanilla.org", - "https://search.mint.lgbt" ]; // Default user agent to use for scraper requests. Sometimes ignored to get specific webpages -- 2.39.5