Add Publication Type

publication_type= 'newspaper'
This commit is contained in:
Kennyl 2017-01-24 14:30:36 +08:00 committed by GitHub
parent 14b4fca6f7
commit 8bd631021d

View File

@ -22,6 +22,7 @@ class AppleDaily(BasicNewsRecipe):
title = u'蘋果日報 (香港)'
__author__ = 'Eddie Lau'
publisher = '蘋果日報'
publication_type= 'newspaper'
oldest_article = 1
max_articles_per_feed = 100
auto_cleanup = False