mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add Publication Type
publication_type= 'newspaper'
This commit is contained in:
parent
14b4fca6f7
commit
8bd631021d
@ -22,6 +22,7 @@ class AppleDaily(BasicNewsRecipe):
|
|||||||
title = u'蘋果日報 (香港)'
|
title = u'蘋果日報 (香港)'
|
||||||
__author__ = 'Eddie Lau'
|
__author__ = 'Eddie Lau'
|
||||||
publisher = '蘋果日報'
|
publisher = '蘋果日報'
|
||||||
|
publication_type= 'newspaper'
|
||||||
oldest_article = 1
|
oldest_article = 1
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
auto_cleanup = False
|
auto_cleanup = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user