mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
f7ba58fa36
commit
62e99f2a49
@ -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…
x
Reference in New Issue
Block a user