Remove Ferrit.

This commit is contained in:
Daniel Valentine 2022-11-08 18:57:50 -07:00
parent 1324a81f0c
commit 80c9180314
2 changed files with 2 additions and 28 deletions

View File

@ -290,26 +290,6 @@
}, },
"name": "Teddit", "name": "Teddit",
"instanceList": true "instanceList": true
},
"ferrit": {
"preferences": {
"cookies": [
"theme",
"front_page",
"layout",
"wide",
"post_sort",
"comment_sort",
"show_nsfw",
"autoplay_videos",
"use_hls",
"hide_hls_notification",
"subscriptions",
"filters"
]
},
"name": "Ferrit",
"instanceList": true
} }
}, },
"targets": [ "targets": [
@ -319,7 +299,7 @@
"name": "Reddit", "name": "Reddit",
"options": { "options": {
"enabled": true, "enabled": true,
"frontend": "ferrit" "frontend": "libreddit"
}, },
"imageType": "png", "imageType": "png",
"embeddable": false, "embeddable": false,

View File

@ -343,11 +343,6 @@ def teddit():
{'clearnet': 'url', 'tor': 'onion', 'i2p': 'i2p', 'loki': None}, False) {'clearnet': 'url', 'tor': 'onion', 'i2p': 'i2p', 'loki': None}, False)
def ferrit():
fetchJsonList('ferrit', 'Ferrit', 'https://raw.githubusercontent.com/ferritreader/ferrit-instances/master/instances.json',
{'clearnet': 'url', 'tor': 'onion', 'i2p': 'i2p', 'loki': None}, True)
def wikiless(): def wikiless():
fetchJsonList('wikiless', 'Wikiless', 'https://wikiless.org/instances.json', fetchJsonList('wikiless', 'Wikiless', 'https://wikiless.org/instances.json',
{'clearnet': 'url', 'tor': 'onion', 'i2p': 'i2p', 'loki': None}, False) {'clearnet': 'url', 'tor': 'onion', 'i2p': 'i2p', 'loki': None}, False)
@ -505,7 +500,6 @@ nitter()
bibliogram() bibliogram()
libreddit() libreddit()
teddit() teddit()
ferrit()
wikiless() wikiless()
scribe() scribe()
quetre() quetre()