From 70be4c4bc962d4f70cb4d6066ff44d93dc29b180 Mon Sep 17 00:00:00 2001 From: vlnst Date: Wed, 2 Oct 2024 23:05:37 +0300 Subject: [PATCH] Added TransLite --- main.py | 1 + services/other.py | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/main.py b/main.py index 8564840..6b8cb29 100755 --- a/main.py +++ b/main.py @@ -63,6 +63,7 @@ priviblur(mightyList) mozhi(mightyList) skunkyArt(mightyList) koub(mightyList) +transLite(mightyList) mightyList = filterLastSlash(mightyList) diff --git a/services/other.py b/services/other.py index 510aaa5..cea33f0 100644 --- a/services/other.py +++ b/services/other.py @@ -340,3 +340,13 @@ def koub(mightyList): False, mightyList ) + + +def transLite(mightyList): + fetchJsonList( + 'transLite', + 'https://codeberg.org/gospodin/translite/raw/branch/master/instances.json', + 'url', + False, + mightyList + )