mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
opds: add two more public servers (#4515)
This commit is contained in:
committed by
Frans de Jonge
parent
3337e45381
commit
744316ea6f
@@ -79,6 +79,14 @@ function OPDSBrowser:init()
|
||||
title = "Internet Archive",
|
||||
url = "https://bookserver.archive.org/",
|
||||
},
|
||||
{
|
||||
title = "Flibusta (Russian)",
|
||||
url = "http://www.flibusta.is/opds",
|
||||
},
|
||||
{
|
||||
title = "textos.info (Spanish)",
|
||||
url = "https://www.textos.info/catalogo.atom",
|
||||
},
|
||||
}
|
||||
G_reader_settings:saveSetting("opds_servers", servers)
|
||||
elseif servers[4].title == "Internet Archive" and servers[4].url == "http://bookserver.archive.org/catalog/" then
|
||||
|
||||
Reference in New Issue
Block a user