From d355e6482d317ab46f03683bd9a8de209e42d777 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 22 Dec 2020 21:47:26 +0100 Subject: [PATCH] Revert ManyBooks and Flibusta to HTTP (#7031) Cf. . --- frontend/ui/widget/opdsbrowser.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/ui/widget/opdsbrowser.lua b/frontend/ui/widget/opdsbrowser.lua index d6914d1f5..cd217c8d8 100644 --- a/frontend/ui/widget/opdsbrowser.lua +++ b/frontend/ui/widget/opdsbrowser.lua @@ -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, }, {