mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 11:53:12 +02:00
This commit is contained in:
parent
f7ba58fa36
commit
62e99f2a49
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class Economist(BasicNewsRecipe):
|
|||
|
||||
title = 'The Economist'
|
||||
oldest_article = 7.0
|
||||
needs_subscription = True
|
||||
needs_subscription = False # Strange but true
|
||||
INDEX = 'http://www.economist.com/printedition'
|
||||
remove_tags = [dict(name=['script', 'noscript', 'title'])]
|
||||
remove_tags_before = dict(name=lambda tag: tag.name=='title' and tag.parent.name=='body')
|
||||
|
|
|
|||
Loading…
Reference in a new issue