From 8c7d119f4b62c025339e61a64a0a755e7a7e4217 Mon Sep 17 00:00:00 2001 From: nukurette Date: Tue, 16 May 2023 23:53:14 +0900 Subject: [PATCH] fix: restore commented out function calls Function calls was being commented out except searxng's. In this commit, the line is uncommented to add the rest of the frontend URL list. --- instances.py | 74 ++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/instances.py b/instances.py index 4e80c5a..c0b24c1 100755 --- a/instances.py +++ b/instances.py @@ -556,44 +556,44 @@ def isValid(url): # This code is contributed by avanitrachhadiya2155 return False -# invidious() -# piped() -# pipedMaterial() -# cloudtube() -# proxitok() -# send() -# nitter() -# libreddit() -# teddit() -# scribe() -# quetre() -# libremdb() -# simplytranslate() -# linvgatranslate() -# libreTranslate() +invidious() +piped() +pipedMaterial() +cloudtube() +proxitok() +send() +nitter() +libreddit() +teddit() +scribe() +quetre() +libremdb() +simplytranslate() +linvgatranslate() +libreTranslate() searxng() -# searx() -# whoogle() -# librex() -# rimgo() -# beatbump() -# hyperpipe() -# facil() -# osm() -# breezeWiki() -# privateBin() -# neuters() -# ruralDictionary() -# libMedium() -# dumb() -# anonymousOverflow() -# wikiless() -# biblioReads() -# suds() -# poketube() -# gothub() -# mikuInvidious() -# wolfreeAlpha(wolfreeAlpha_url_list_i) +searx() +whoogle() +librex() +rimgo() +beatbump() +hyperpipe() +facil() +osm() +breezeWiki() +privateBin() +neuters() +ruralDictionary() +libMedium() +dumb() +anonymousOverflow() +wikiless() +biblioReads() +suds() +poketube() +gothub() +mikuInvidious() +wolfreeAlpha(wolfreeAlpha_url_list_i) mightyList = filterLastSlash(mightyList)