Fixed typo in get_instances.py. Fixed settings page width #163
This commit is contained in:
parent
6de0504132
commit
cb5ce455f0
|
@ -13,13 +13,13 @@
|
|||
"https://y.com.sb",
|
||||
"https://invidious.flokinet.to",
|
||||
"https://yt.artemislena.eu",
|
||||
"https://inv.bp.mutahar.rocks",
|
||||
"https://invidious.lunar.icu",
|
||||
"https://inv.bp.mutahar.rocks",
|
||||
"https://invidious.mutahar.rocks",
|
||||
"https://invidious.privacy.gd",
|
||||
"https://invidious.esmailelbob.xyz",
|
||||
"https://youtube.076.ne.jp",
|
||||
"https://invidious.esmailelbob.xyz",
|
||||
"https://invidious.weblibre.org",
|
||||
"https://invidious.privacy.gd",
|
||||
"https://invidious.namazso.eu"
|
||||
],
|
||||
"tor": [
|
||||
|
@ -51,7 +51,8 @@
|
|||
"https://send.portailpro.net",
|
||||
"https://bytefile.de",
|
||||
"https://transfer.acted.org"
|
||||
]
|
||||
],
|
||||
"tor": []
|
||||
},
|
||||
"nitter": {
|
||||
"normal": [
|
||||
|
@ -277,12 +278,13 @@
|
|||
"https://translate.josias.dev",
|
||||
"https://translate.namazso.eu",
|
||||
"https://translate.riverside.rocks",
|
||||
"https://manerakai.asuscomm.com:447",
|
||||
"https://st.manerakai.com",
|
||||
"https://translate.bus-hit.me",
|
||||
"https://simplytranslate.pussthecat.org",
|
||||
"https://translate.northboot.xyz",
|
||||
"https://translate.tiekoetter.com",
|
||||
"https://simplytranslate.esmailelbob.xyz"
|
||||
"https://simplytranslate.esmailelbob.xyz",
|
||||
"https://translate.syncpundit.com"
|
||||
],
|
||||
"tor": [
|
||||
"http://fyng2tsmzmvxmojzbbwmfnsn2lrcyftf4cw6rk5j2v2huliazud3fjid.onion",
|
||||
|
@ -401,6 +403,7 @@
|
|||
"https://search.mdosch.de",
|
||||
"https://search.neet.works",
|
||||
"https://search.ononoki.org",
|
||||
"https://search.vojkovic.xyz",
|
||||
"https://search.zzls.xyz",
|
||||
"https://searx.be",
|
||||
"https://searx.ebnar.xyz",
|
||||
|
@ -454,6 +457,8 @@
|
|||
]
|
||||
},
|
||||
"peertube": [
|
||||
"https://peer.galaxycrow.de",
|
||||
"https://sharetube.us",
|
||||
"https://dalek.zone",
|
||||
"https://video.sadmin.io",
|
||||
"https://stream.jurnalfm.md",
|
||||
|
@ -526,7 +531,6 @@
|
|||
"https://redundant2.peertube.support",
|
||||
"https://peertube.ignifi.me",
|
||||
"https://docker.videos.lecygnenoir.info",
|
||||
"https://auf1.gegenstimme.tv",
|
||||
"https://video.barcelo.cf",
|
||||
"https://videotube.duckdns.org",
|
||||
"https://peertube.1001solutions.net",
|
||||
|
@ -535,7 +539,6 @@
|
|||
"https://casnocensure.site",
|
||||
"https://creemoseducacioninclusiva.uma.es",
|
||||
"https://videos.yeswiki.net",
|
||||
"https://videos.meme.moe",
|
||||
"https://tube.lrk.sh",
|
||||
"https://peertube.teneriffe.nohost.me",
|
||||
"https://peertube.rainynight.city",
|
||||
|
@ -778,7 +781,6 @@
|
|||
"https://ukva.li",
|
||||
"https://pt.gordons.gen.nz",
|
||||
"https://tube.misterbanal.net",
|
||||
"https://free-streams.com",
|
||||
"https://peertube.fomin.site",
|
||||
"https://peertube.kenjiyon.xyz",
|
||||
"https://tube.g1zm0.de",
|
||||
|
@ -810,7 +812,6 @@
|
|||
"https://videos.gunfreezone.net",
|
||||
"https://videos.globenet.org",
|
||||
"https://peertube.chantierlibre.org",
|
||||
"https://tube.pawelko.net",
|
||||
"https://tube.klardenken.tv",
|
||||
"https://tube.nemsia.org",
|
||||
"https://serv2.wiki-tube.de",
|
||||
|
@ -1135,7 +1136,6 @@
|
|||
"https://tube.abolivier.bzh",
|
||||
"https://video.coales.co",
|
||||
"https://film.k-prod.fr",
|
||||
"https://peertube.francoispelletier.org",
|
||||
"https://videos.danksquad.org",
|
||||
"https://v.phreedom.club",
|
||||
"https://peertube.tweb.tv",
|
||||
|
|
|
@ -40,10 +40,11 @@ r = requests.get('https://gitlab.com/timvisee/send-instances/-/raw/master/README
|
|||
tmp = re.findall(r"- ([-a-zA-Z0-9@:%_\+.~#?&//=]{2,}\.[a-z0-9]{2,}\b(?:\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?)\)*\|*[A-Z]{0,}", r.text)
|
||||
sendList = {}
|
||||
sendList['normal'] = []
|
||||
sendList['tor'] = []
|
||||
for item in tmp:
|
||||
sendList['normal'].append(item)
|
||||
mightyList['send'] = sendList
|
||||
print('fetched Send')
|
||||
print(Fore.GREEN +'fetched ' + Style.RESET_ALL + 'Send')
|
||||
|
||||
# Nitter
|
||||
r = requests.get('https://github.com/zedeus/nitter/wiki/Instances')
|
||||
|
|
|
@ -105,7 +105,7 @@ input:invalid {
|
|||
}
|
||||
|
||||
section.option-block {
|
||||
width: 50%;
|
||||
width: 700px;
|
||||
margin: 0 50px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue