This commit is contained in:
Kovid Goyal
2020-06-28 09:36:00 +05:30
parent 7e44259267
commit 4d774dbdef
+1 -1
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'