mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Sync to trunk.
This commit is contained in:
commit
3f51a67ebe
@ -3,7 +3,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
||||
class BigGovernmentRecipe(BasicNewsRecipe):
|
||||
__license__ = 'GPL v3'
|
||||
__author__ = 'kwetal'
|
||||
language = 'en_US'
|
||||
language = 'en'
|
||||
version = 1
|
||||
|
||||
title = u'Big Government'
|
||||
|
@ -4,7 +4,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
||||
class ProPublicaRecipe(BasicNewsRecipe):
|
||||
__license__ = 'GPL v3'
|
||||
__author__ = 'kwetal'
|
||||
language = 'en_US'
|
||||
language = 'en'
|
||||
version = 1
|
||||
|
||||
title = u'Pro Publica'
|
||||
|
@ -92,6 +92,7 @@ class SHINEBOOK(EB600):
|
||||
if not iswindows:
|
||||
return dev[4] == 'ShineBook'
|
||||
except:
|
||||
pass
|
||||
return True
|
||||
|
||||
|
||||
|
@ -869,8 +869,7 @@ class Device(DeviceConfig, DevicePlugin):
|
||||
|
||||
if special_tag is None:
|
||||
from calibre.library.save_to_disk import get_components
|
||||
extra_components = get_components(template, mdata, fname,
|
||||
replace_whitespace=True)
|
||||
extra_components = get_components(template, mdata, fname)
|
||||
else:
|
||||
tag = special_tag
|
||||
if tag.startswith(_('News')):
|
||||
|
Loading…
x
Reference in New Issue
Block a user