mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
OPDS: add Standard Ebooks server (#8606)
Standard Ebooks is roughly a small subset of Project Gutenberg with better formatting.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user