diff --git a/blacklist.json b/blacklist.json index e72674d..7cf26c7 100644 --- a/blacklist.json +++ b/blacklist.json @@ -4,9 +4,12 @@ "https://invidious.epicsite.xyz", "https://yt.oelrichsgarcia.de", "https://piped.video", + "https://piped.tokhmi.xyz", + "https://piped.moomoo.me", + "https://piped.syncpundit.io", "https://piped.mha.fi", "https://piped.garudalinux.org", - "https://watch.leptons.xyz", + "https://efy.piped.pages.dev", "https://piped.lunar.icu", "https://piped.video", "https://proxitok.marcopisco.com", diff --git a/data.json b/data.json index 5d1f537..6daba1a 100644 --- a/data.json +++ b/data.json @@ -56,10 +56,13 @@ "piped": { "clearnet": [ "https://piped.video", + "https://piped.tokhmi.xyz", + "https://piped.moomoo.me", + "https://piped.syncpundit.io", "https://piped.mha.fi", "https://watch.whatever.social", "https://piped.garudalinux.org", - "https://watch.leptons.xyz", + "https://efy.piped.pages.dev", "https://piped.lunar.icu", "https://piped.video", "https://yt.jae.fi", @@ -560,6 +563,7 @@ "searx": { "clearnet": [ "https://jsearch.pw", + "https://search.privacyguides.net", "https://search.stinpriza.org", "https://search.trom.tf", "https://searx.bissisoft.com", @@ -588,7 +592,8 @@ "http://zbuc3bbzbfdqqo2x46repx2ddajbha6fpsjeeptjhhhhzji3zopxdqyd.onion", "http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion", "http://searxfilowxokbogygrigir4wqxfxqzuxofxgdon7dg6rsii4yxzytyd.onion", - "http://searx.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion" + "http://searx.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion", + "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion" ], "i2p": [ "http://ransack.i2p", @@ -633,7 +638,6 @@ "https://search.mpx.wtf", "https://search.neet.works", "https://search.ononoki.org", - "https://search.privacyguides.net", "https://search.rabbit-company.com", "https://search.rhscz.eu", "https://search.rowie.at", @@ -694,7 +698,6 @@ "http://searxdr3pqz4nydgnqocsia2xbywptxbkympa2emn7zlgggrir4bkfad.onion", "http://searx.esmail5pdn24shtvieloeedh7ehz3nrwcdivnfhfcedl7gf4kwddhkqd.onion", "http://searx.privpw3tndpkw6pnp3g727zfgfdzbu3k6a7chv226s3xymv2p4eiuqyd.onion", - "http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion", "http://fub6vgedgeadlu3ctskrpkcqjruh76tckwtj5swfhyblgml2tzgzckqd.onion/searx", "http://searx3aolosaf3urwnhpynlhuokqsgz47si4pzz5hvb7uuzyjncl2tid.onion", "https://lgmekfnpealdqhnctyg3p5fuelpdwnbqbwnl2ickpdoodzatzgz27ryd.onion" @@ -862,5 +865,13 @@ "tor": [], "i2p": [], "loki": [] + }, + "neuters": { + "clearnet": [ + "https://neuters.de" + ], + "tor": [], + "i2p": [], + "loki": [] } } \ No newline at end of file diff --git a/fixed/neuters.json b/fixed/neuters.json new file mode 100644 index 0000000..8023079 --- /dev/null +++ b/fixed/neuters.json @@ -0,0 +1,6 @@ +{ + "clearnet": ["https://neuters.de"], + "tor": [], + "i2p": [], + "loki": [] +} diff --git a/instances.py b/instances.py index 752f207..d5b3e78 100755 --- a/instances.py +++ b/instances.py @@ -416,6 +416,8 @@ def privateBin(): fetchJsonList('privateBin', 'PrivateBin', 'https://privatebin.info/directory/api?top=100&https_redirect=true&min_rating=A&csp_header=true&min_uptime=100&attachments=true', 'url', False) +def neuters(): + fetchFromFile('neuters', 'Neuters') def isValid(url): # This code is contributed by avanitrachhadiya2155 try: @@ -451,6 +453,8 @@ facil() osm() breezeWiki() # privateBin() +neuters() + mightyList = filterLastSlash(mightyList) mightyList = idnaEncode(mightyList)