From 280512b0eede6da0aa72db739f83da039df5853d Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 8 Oct 2023 13:55:46 +0300 Subject: [PATCH] Fixed typo for pixivFe --- instances.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instances.py b/instances.py index d333167..960d21f 100755 --- a/instances.py +++ b/instances.py @@ -432,8 +432,8 @@ def rimgo(): {'clearnet': 'url', 'tor': 'onion', 'i2p': 'i2p', 'loki': None}, False) -def pixivfe(): - fetchRegexList('pixivfe', 'https://codeberg.org/VnPower/pixivfe/raw/branch/main/README.md', +def pixivFe(): + fetchRegexList('pixivFe', 'https://codeberg.org/VnPower/pixivfe/raw/branch/main/README.md', r"\| (https?:\/{2}(?:\S+\.)+[a-zA-Z0-9]*)\/? +\|") @@ -651,7 +651,7 @@ searx() whoogle() librex() rimgo() -pixivfe() +pixivFe() safetwitch() beatbump() hyperpipe()