feat(opds): added books catalog from standardebooks.org (#2681)

This commit is contained in:
Huang Xin
2025-12-11 01:20:56 +08:00
committed by GitHub
parent 2670d835b3
commit 9828904674
@@ -21,6 +21,13 @@ const POPULAR_CATALOGS: OPDSCatalog[] = [
description: "World's largest collection of free ebooks",
icon: '🏛️',
},
{
id: 'standardebooks',
name: 'Standard Ebooks',
url: 'https://standardebooks.org/feeds/opds',
description: 'Free and liberated ebooks, carefully produced for the true book lover',
icon: '📚',
},
{
id: 'manybooks',
name: 'ManyBooks',
@@ -28,20 +35,12 @@ const POPULAR_CATALOGS: OPDSCatalog[] = [
description: 'Over 50,000 free ebooks',
icon: '📖',
},
{
id: 'standardebooks',
name: 'Standard Ebooks',
url: 'https://standardebooks.org/feeds/opds',
description: 'Carefully formatted and lovingly produced free ebooks',
icon: '📚',
disabled: true,
},
{
id: 'unglue.it',
name: 'Unglue.it',
url: 'https://unglue.it/api/opds/',
description: 'Free ebooks from authors who have "unglued" their books',
icon: '📚',
icon: '🔓',
},
];