From 2e507a42a425b02fbf03112883da324745e8a73a Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Fri, 26 Feb 2021 18:20:46 +0100 Subject: [PATCH] Get rid of OPDS libraries with content of dubious legal status. (#7351) Remember, it's life +70 in US & EU, life +50 is Canada. (It's actually slightly more complex than that, and some periods of time/countries may use a far longer term. IANAL). --- plugins/opds.koplugin/opdsbrowser.lua | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/plugins/opds.koplugin/opdsbrowser.lua b/plugins/opds.koplugin/opdsbrowser.lua index 638850ddc..be8354f1b 100644 --- a/plugins/opds.koplugin/opdsbrowser.lua +++ b/plugins/opds.koplugin/opdsbrowser.lua @@ -77,15 +77,6 @@ function OPDSBrowser:init() title = "Internet Archive", url = "https://bookserver.archive.org/", }, - { - title = "Flibusta (Russian)", - url = "http://www.flibusta.is/opds", - }, - { - title = "Flibusta [Ru] [Searchable]", - url = "http://www.flibusta.is/opds/search?searchTerm=%s", - searchable = true, - }, { title = "textos.info (Spanish)", url = "https://www.textos.info/catalogo.atom", @@ -99,10 +90,6 @@ function OPDSBrowser:init() url = "https://gallica.bnf.fr/services/engine/search/opds?operation=searchRetrieve&query=(gallica all \"%s\")", searchable = true, }, - { - title = "Беларуская палічка", - url = "https://knihi.com/opds.xml", - } } G_reader_settings:saveSetting("opds_servers", servers) elseif servers[4] and servers[4].title == "Internet Archive" and servers[4].url == "http://bookserver.archive.org/catalog/" then