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.
このコミットが含まれているのは:
nukurette 2023-05-16 23:53:14 +09:00
コミット 8c7d119f4b
1個のファイルの変更37行の追加37行の削除

ファイルの表示

@ -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)