diff --git a/opds-opensearch.xml b/opds-opensearch.xml index a756d87..8c87bc9 100644 --- a/opds-opensearch.xml +++ b/opds-opensearch.xml @@ -6,10 +6,10 @@ - http://flibusta.is/booksearch + template="https://flibusta.site/opds/search?searchTerm={searchTerms}&searchType=books&pageNumber={startPage?}"/> + https://flibusta.site/booksearch Флибуста - http://flibusta.is/sites/default/files/favicon.ico + https://flibusta.site/sites/default/files/bluebreeze_favicon.ico open diff --git a/src/__init__.py b/src/__init__.py index 15065a7..7e46c35 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -10,7 +10,7 @@ class FlibustaStore(StoreBase): name = 'Флибуста' - version = (0, 0, 2) + version = (0, 0, 3) author = 'Sergey Kuznetsov, Eduard Ryzhov, Alexander Bykov' description = _('Книжное братство') actual_plugin = 'calibre_plugins.store_flibusta.flibusta:FlibustaStore' diff --git a/src/flibusta.py b/src/flibusta.py index 8e0d8e4..3e00f06 100644 --- a/src/flibusta.py +++ b/src/flibusta.py @@ -21,7 +21,7 @@ class FlibustaStore(StorePlugin): open_search_url = 'https://raw.githubusercontent.com/alardus/flibusta-calibre-opds-store/main/opds-opensearch.xml' - web_url = 'https://flub.flibusta.is' + web_url = 'https://flibusta.site/' def open(self, parent=None, detail_item=None, external=False): if not hasattr(self, 'web_url'):