This commit is contained in:
Kovid Goyal 2012-09-18 23:03:51 +05:30
parent 562a015f6f
commit 5acfdb167a
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1347706704(BasicNewsRecipe):
title = u'Stamgasten'
__author__ = u'DrMerry'

View File

@ -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]