mirror of
https://github.com/libredirect/instances.git
synced 2024-12-06 19:26:17 +01:00
Merge pull request 'Add Translite and Koub, update SkunkyArt url' (#10) from vlnst/instances:update into main
Reviewed-on: https://codeberg.org/LibRedirect/instances/pulls/10
This commit is contained in:
@@ -62,6 +62,8 @@ twineo(mightyList)
|
||||
priviblur(mightyList)
|
||||
mozhi(mightyList)
|
||||
skunkyArt(mightyList)
|
||||
koub(mightyList)
|
||||
transLite(mightyList)
|
||||
|
||||
|
||||
mightyList = filterLastSlash(mightyList)
|
||||
|
||||
@@ -330,3 +330,23 @@ def skunkyArt(mightyList):
|
||||
except Exception:
|
||||
fetchCache('skunkyArt', mightyList)
|
||||
logging.error(traceback.format_exc())
|
||||
|
||||
|
||||
def koub(mightyList):
|
||||
fetchJsonList(
|
||||
'koub',
|
||||
'https://codeberg.org/gospodin/koub/raw/branch/master/instances.json',
|
||||
'url',
|
||||
False,
|
||||
mightyList
|
||||
)
|
||||
|
||||
|
||||
def transLite(mightyList):
|
||||
fetchJsonList(
|
||||
'transLite',
|
||||
'https://codeberg.org/gospodin/translite/raw/branch/master/instances.json',
|
||||
'url',
|
||||
False,
|
||||
mightyList
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user