mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #742965 (Typo in News for 'Poughkeepsie Journal')
This commit is contained in:
parent
e8b3c586cd
commit
842594ad91
@ -1,7 +1,7 @@
|
|||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
class AdvancedUserRecipe1291143841(BasicNewsRecipe):
|
class AdvancedUserRecipe1291143841(BasicNewsRecipe):
|
||||||
title = u'Poughkeepsipe Journal'
|
title = u'Poughkeepsie Journal'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
__author__ = 'weebl'
|
__author__ = 'weebl'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user