mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-04 17:45:56 +01:00
...
This commit is contained in:
parent
562a015f6f
commit
5acfdb167a
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class AdvancedUserRecipe1347706704(BasicNewsRecipe):
|
||||
title = u'Stamgasten'
|
||||
__author__ = u'DrMerry'
|
||||
|
|
|
|||
|
|
@ -989,8 +989,8 @@ def _resolve_bookmark_paths(storage, path_map):
|
|||
file_fmts.add(fmt)
|
||||
|
||||
bookmark_extension = None
|
||||
if file_fmts.intersection(han_formats):
|
||||
book_extension = list(file_fmts.intersection(han_formats))[0]
|
||||
if file_fmts.intersection(tan_formats):
|
||||
book_extension = list(file_fmts.intersection(tan_formats))[0]
|
||||
bookmark_extension = 'han'
|
||||
elif file_fmts.intersection(mbp_formats):
|
||||
book_extension = list(file_fmts.intersection(mbp_formats))[0]
|
||||
|
|
|
|||
Loading…
Reference in a new issue