From c531943e484347e2cdaa823bf69dfcc483e01541 Mon Sep 17 00:00:00 2001 From: BobIsMyManager Date: Thu, 14 Jul 2022 16:39:04 +0100 Subject: Add support for unifying settings --- src/instances/get_instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instances') diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py index f8789248..35144070 100644 --- a/src/instances/get_instances.py +++ b/src/instances/get_instances.py @@ -385,7 +385,7 @@ def librex(): _list['i2p'] = [] tmp = re.findall( - r"\| \[(?:(?:[a-zA-Z0-9]+\.)+[a-zA-Z]{2,}|✅)\]\((https?:\/{2}(?:[a-zA-Z0-9]+\.)+[a-zA-Z0-9]{2,})", r.text) + r"\| {1,2}\[(?:(?:[a-zA-Z0-9]+\.)+[a-zA-Z]{2,}|✅)\]\((https?:\/{2}(?:[a-zA-Z0-9]+\.)+[a-zA-Z0-9]{2,})", r.text) tmp = filterLastSlash(tmp) for item in tmp: -- cgit 1.4.1