opds: add two more public servers (#4515)

This commit is contained in:
Sergey Avseyev
2019-01-26 15:08:59 +00:00
committed by Frans de Jonge
parent 3337e45381
commit 744316ea6f

View File

@@ -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