This commit is contained in:
Kovid Goyal 2020-06-28 09:36:00 +05:30
parent 7e44259267
commit 4d774dbdef
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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