mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-24 17:59:53 -04:00
Reduce Atlantic output - enable compression and scaling
Brings recipe output from >200MB down to under 5MB. Follows the convention used by other recipes in this directory.
This commit is contained in:
parent
b1da1ce558
commit
cf021eb9b1
@ -86,6 +86,9 @@ class TheAtlantic(BasicNewsRecipe):
|
||||
language = 'en'
|
||||
encoding = 'utf-8'
|
||||
|
||||
compress_news_images = True
|
||||
scale_news_images_to_device = True
|
||||
|
||||
keep_only_tags = [
|
||||
dict(itemprop=['headline']),
|
||||
classes(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user