Added neuters

このコミットが含まれているのは:
ManeraKai 2023-02-01 12:18:06 +03:00
コミット 6eed6964b0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 5ABC31FFD562E337
4個のファイルの変更29行の追加5行の削除

ファイルの表示

@ -4,9 +4,12 @@
"https://invidious.epicsite.xyz",
"https://yt.oelrichsgarcia.de",
"https://piped.video",
"https://piped.tokhmi.xyz",
"https://piped.moomoo.me",
"https://piped.syncpundit.io",
"https://piped.mha.fi",
"https://piped.garudalinux.org",
"https://watch.leptons.xyz",
"https://efy.piped.pages.dev",
"https://piped.lunar.icu",
"https://piped.video",
"https://proxitok.marcopisco.com",

ファイルの表示

@ -56,10 +56,13 @@
"piped": {
"clearnet": [
"https://piped.video",
"https://piped.tokhmi.xyz",
"https://piped.moomoo.me",
"https://piped.syncpundit.io",
"https://piped.mha.fi",
"https://watch.whatever.social",
"https://piped.garudalinux.org",
"https://watch.leptons.xyz",
"https://efy.piped.pages.dev",
"https://piped.lunar.icu",
"https://piped.video",
"https://yt.jae.fi",
@ -560,6 +563,7 @@
"searx": {
"clearnet": [
"https://jsearch.pw",
"https://search.privacyguides.net",
"https://search.stinpriza.org",
"https://search.trom.tf",
"https://searx.bissisoft.com",
@ -588,7 +592,8 @@
"http://zbuc3bbzbfdqqo2x46repx2ddajbha6fpsjeeptjhhhhzji3zopxdqyd.onion",
"http://f4qfqajszpx5b7itzxt6mb7kj4ktpgbdq7lq6xaiqyqx6a7de3epptad.onion",
"http://searxfilowxokbogygrigir4wqxfxqzuxofxgdon7dg6rsii4yxzytyd.onion",
"http://searx.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion"
"http://searx.micohauwkjbyw5meacrb4ipicwvwg4xtzl7y7viv53kig2mdcsvwkyyd.onion",
"http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion"
],
"i2p": [
"http://ransack.i2p",
@ -633,7 +638,6 @@
"https://search.mpx.wtf",
"https://search.neet.works",
"https://search.ononoki.org",
"https://search.privacyguides.net",
"https://search.rabbit-company.com",
"https://search.rhscz.eu",
"https://search.rowie.at",
@ -694,7 +698,6 @@
"http://searxdr3pqz4nydgnqocsia2xbywptxbkympa2emn7zlgggrir4bkfad.onion",
"http://searx.esmail5pdn24shtvieloeedh7ehz3nrwcdivnfhfcedl7gf4kwddhkqd.onion",
"http://searx.privpw3tndpkw6pnp3g727zfgfdzbu3k6a7chv226s3xymv2p4eiuqyd.onion",
"http://rq2w52kyrif3xpfihkgjnhqm3a5aqhoikpv72z3drpjglfzc2wr5z4yd.onion",
"http://fub6vgedgeadlu3ctskrpkcqjruh76tckwtj5swfhyblgml2tzgzckqd.onion/searx",
"http://searx3aolosaf3urwnhpynlhuokqsgz47si4pzz5hvb7uuzyjncl2tid.onion",
"https://lgmekfnpealdqhnctyg3p5fuelpdwnbqbwnl2ickpdoodzatzgz27ryd.onion"
@ -862,5 +865,13 @@
"tor": [],
"i2p": [],
"loki": []
},
"neuters": {
"clearnet": [
"https://neuters.de"
],
"tor": [],
"i2p": [],
"loki": []
}
}

6
fixed/neuters.json ノーマルファイル
ファイルの表示

@ -0,0 +1,6 @@
{
"clearnet": ["https://neuters.de"],
"tor": [],
"i2p": [],
"loki": []
}

ファイルの表示

@ -416,6 +416,8 @@ def privateBin():
fetchJsonList('privateBin', 'PrivateBin',
'https://privatebin.info/directory/api?top=100&https_redirect=true&min_rating=A&csp_header=true&min_uptime=100&attachments=true', 'url', False)
def neuters():
fetchFromFile('neuters', 'Neuters')
def isValid(url): # This code is contributed by avanitrachhadiya2155
try:
@ -451,6 +453,8 @@ facil()
osm()
breezeWiki()
# privateBin()
neuters()
mightyList = filterLastSlash(mightyList)
mightyList = idnaEncode(mightyList)