Summary context resemble to article context

Removing summary will condense the TOC from 20 pages to less than 10 pages.
This commit is contained in:
Kennyl 2017-01-21 16:09:08 +08:00 committed by GitHub
parent 2a29924408
commit 671b5d0f0a

View File

@ -42,4 +42,6 @@ class OrientalDaily(BasicNewsRecipe):
remove_attributes = ['width', 'height', 'href'] remove_attributes = ['width', 'height', 'href']
summary_length = 0
feeds = [(u'Oriental Daily', u'http://orientaldaily.on.cc/rss/news.xml')] feeds = [(u'Oriental Daily', u'http://orientaldaily.on.cc/rss/news.xml')]