mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user