OPDS: add Standard Ebooks server (#8606)

Standard Ebooks is roughly a small subset of
Project Gutenberg with better formatting.
This commit is contained in:
QJKX
2022-01-04 20:24:21 +00:00
committed by GitHub
parent 19c13b8a32
commit 71af6c9382

View File

@@ -36,6 +36,10 @@ local OPDSBrowser = Menu:extend{
title = "Project Gutenberg",
url = "https://m.gutenberg.org/ebooks.opds/?format=opds",
},
{
title = "Standard Ebooks",
url = "https://standardebooks.org/opds",
},
{
title = "Feedbooks",
url = "https://catalog.feedbooks.com/catalog/public_domain.atom",