mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #3972 (The Irish Times feeds have changed)
This commit is contained in:
parent
c14e8aeb0e
commit
aaa49d0374
@ -11,7 +11,7 @@ class IrishTimes(BasicNewsRecipe):
|
|||||||
title = u'The Irish Times'
|
title = u'The Irish Times'
|
||||||
__author__ = "Derry FitzGerald, Ray Kinsella and David O'Callaghan"
|
__author__ = "Derry FitzGerald, Ray Kinsella and David O'Callaghan"
|
||||||
language = 'en'
|
language = 'en'
|
||||||
timefmt = ' (%A, %B %e, %Y)'
|
timefmt = ' (%A, %B %d, %Y)'
|
||||||
|
|
||||||
|
|
||||||
oldest_article = 3
|
oldest_article = 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user