mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
...
This commit is contained in:
parent
562a015f6f
commit
5acfdb167a
@ -1,3 +1,5 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class AdvancedUserRecipe1347706704(BasicNewsRecipe):
|
||||
title = u'Stamgasten'
|
||||
__author__ = u'DrMerry'
|
||||
|
@ -989,8 +989,8 @@ class CatalogBuilder(object):
|
||||
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…
x
Reference in New Issue
Block a user