diff --git a/main.py b/main.py index 4708b13..8564840 100755 --- a/main.py +++ b/main.py @@ -62,6 +62,7 @@ twineo(mightyList) priviblur(mightyList) mozhi(mightyList) skunkyArt(mightyList) +koub(mightyList) mightyList = filterLastSlash(mightyList) diff --git a/services/other.py b/services/other.py index b452da2..510aaa5 100644 --- a/services/other.py +++ b/services/other.py @@ -330,3 +330,13 @@ 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 + )