From 43c9f028499d1200f7f5e0a336e68c9e7ce40ae5 Mon Sep 17 00:00:00 2001 From: Henrik Holm Date: Fri, 18 Apr 2025 21:58:54 +0200 Subject: [PATCH] Set `use_embedded_content` and `scale_news_images` --- recipes/fokus.recipe | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/fokus.recipe b/recipes/fokus.recipe index 12137e0500..d8360d530b 100644 --- a/recipes/fokus.recipe +++ b/recipes/fokus.recipe @@ -25,6 +25,10 @@ class Fokus(BasicNewsRecipe): remove_empty_feeds = True extra_css = 'img { display: block; width: 75%; height: auto }' + use_embedded_content = False + scale_news_images_to_device = True + scale_news_images = (800, 600) + remove_tags = [ dict(name='div', attrs={'class': 'External-ad'}), dict(name='header', attrs={'class': 'Header'}),