mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 08:13:43 +02:00
...
This commit is contained in:
parent
636576ac7d
commit
90bec1f133
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@
|
|||
class DailyTelegraph(BasicNewsRecipe):
|
||||
title = u'The Australian'
|
||||
__author__ = u'Matthew Briggs and Sujata Raman'
|
||||
description = u'National broadsheet newspaper from down under - colloquially known as The Oz'
|
||||
description = (u'National broadsheet newspaper from down under - colloquially known as The Oz'
|
||||
'. You will need to have a subscription to '
|
||||
'http://www.theaustralian.com.au to get full articles.')
|
||||
language = 'en_AU'
|
||||
|
||||
oldest_article = 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue