mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 05:55:19 +01:00
...
This commit is contained in:
parent
4c43b65f9e
commit
5a19ad8eaa
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ def classes(classes):
|
|||
'class': lambda x: x and frozenset(x.split()).intersection(q)})
|
||||
|
||||
|
||||
class E1834(BasicNewsRecipe):
|
||||
title = '1834'
|
||||
class E1843(BasicNewsRecipe):
|
||||
title = '1843'
|
||||
__author__ = 'Kovid Goyal'
|
||||
language = 'en'
|
||||
no_stylesheets = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue