Skip to content

Commit

Permalink
Merge pull request #6 from bthos/main
Browse files Browse the repository at this point in the history
Update opds-opensearch.xml
  • Loading branch information
ryzed committed May 16, 2024
2 parents 9face61 + e142cac commit 221e0ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions opds-opensearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<Contact></Contact>
<Url type="application/atom+xml"
indexOffset="0" pageOffset="0"
template="https://flub.flibusta.is/opds/search?searchTerm={searchTerms}&amp;searchType=books&amp;pageNumber={startPage?}"/>
<SearchForm>http://flibusta.is/booksearch</SearchForm>
template="https://flibusta.site/opds/search?searchTerm={searchTerms}&amp;searchType=books&amp;pageNumber={startPage?}"/>
<SearchForm>https://flibusta.site/booksearch</SearchForm>
<LongName>Флибуста</LongName>
<Image width="16" height="16">http://flibusta.is/sites/default/files/favicon.ico</Image>
<Image width="16" height="16">https://flibusta.site/sites/default/files/bluebreeze_favicon.ico</Image>
<Developer></Developer>
<Attribution></Attribution>
<SyndicationRight>open</SyndicationRight>
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion src/flibusta.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 221e0ea

Please sign in to comment.