mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 10:35:14 +02:00
...
This commit is contained in:
parent
7e44259267
commit
4d774dbdef
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ def classes(classes):
|
|||
'class': lambda x: x and frozenset(x.split()).intersection(q)})
|
||||
|
||||
|
||||
class WSJ(BasicNewsRecipe):
|
||||
class ThePrint(BasicNewsRecipe):
|
||||
|
||||
title = 'The Print'
|
||||
__author__ = 'Kovid Goyal'
|
||||
|
|
|
|||
Loading…
Reference in a new issue