mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a33265cf46
commit
5816c4aaeb
@ -15,6 +15,7 @@ class AmericanThinker(BasicNewsRecipe):
|
||||
max_articles_per_feed = 50
|
||||
summary_length = 150
|
||||
language = 'en'
|
||||
ignore_duplicate_articles = {'title', 'url'}
|
||||
|
||||
remove_javascript = True
|
||||
no_stylesheets = True
|
||||
@ -34,4 +35,3 @@ class AmericanThinker(BasicNewsRecipe):
|
||||
|
||||
def print_version(self, url):
|
||||
return 'http://www.americanthinker.com/assets/3rd_party/printpage/?url=' + url
|
||||
return 'http://www.americanthinker.com/printpage/?url=' + url
|
||||
|
Loading…
x
Reference in New Issue
Block a user