Revert ManyBooks and Flibusta to HTTP (#7031)

Cf. <https://github.com/koreader/koreader/issues/7007>.
reviewable/pr7034/r1
Frans de Jonge 3 years ago committed by GitHub
parent a15106fcc6
commit d355e6482d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,7 +91,7 @@ function OPDSBrowser:init()
},
{
title = "ManyBooks",
url = "https://manybooks.net/opds/index.php",
url = "http://manybooks.net/opds/index.php",
},
{
title = "Internet Archive",
@ -99,11 +99,11 @@ function OPDSBrowser:init()
},
{
title = "Flibusta (Russian)",
url = "https://www.flibusta.is/opds",
url = "http://www.flibusta.is/opds",
},
{
title = "Flibusta [Ru] [Searchable]",
url = "https://www.flibusta.is/opds/search?searchTerm=%s",
url = "http://www.flibusta.is/opds/search?searchTerm=%s",
searchable = true,
},
{

Loading…
Cancel
Save