opds: add two more public servers (#4515)

pull/4524/head
Sergey Avseyev 5 years ago 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

Loading…
Cancel
Save