mirror of
https://github.com/libredirect/instances.git
synced 2024-12-06 19:26:17 +01:00
30 lines
533 B
Python
30 lines
533 B
Python
from .utils import fetchFromFile
|
|
|
|
|
|
def osm(mightyList):
|
|
fetchFromFile('osm', mightyList)
|
|
|
|
|
|
def neuters(mightyList):
|
|
fetchFromFile('neuters', mightyList)
|
|
|
|
|
|
def wikiless(mightyList):
|
|
fetchFromFile('wikiless', mightyList)
|
|
|
|
|
|
def mikuInvidious(mightyList):
|
|
fetchFromFile('mikuInvidious', mightyList)
|
|
|
|
|
|
def twineo(mightyList):
|
|
fetchFromFile('twineo', mightyList)
|
|
|
|
|
|
def cloudtube(mightyList):
|
|
fetchFromFile('cloudtube', mightyList)
|
|
|
|
|
|
def simplytranslate(mightyList):
|
|
fetchFromFile('simplyTranslate', mightyList)
|