diff --git a/instances.py b/instances.py index d6eab31..e6e5b38 100755 --- a/instances.py +++ b/instances.py @@ -358,8 +358,8 @@ def scribe(): def quetre(): - fetchRegexList('quetre', 'https://raw.githubusercontent.com/zyachel/quetre/main/README.md', - r"\| \[.*\]\(([-a-zA-Z0-9@:%_\+.~#?&//=]{2,}\.[a-z0-9]{2,}\b(?:\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?)\)*\|*[A-Z]{0,}.*\|.*\|") + fetchJsonList('quetre', 'https://raw.githubusercontent.com/zyachel/quetre/main/instances.json', + {'clearnet': 'clearnet', 'tor': 'tor', 'i2p': 'i2p', 'loki': None}, False) def libremdb():