From 4bceaea751d142cb751ee2078229f38fea1772a6 Mon Sep 17 00:00:00 2001 From: Henrik Holm Date: Sun, 6 Oct 2024 03:50:36 +0200 Subject: [PATCH] Update divs used to identify article content --- recipes/fokus.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/fokus.recipe b/recipes/fokus.recipe index 2cd978ae52..ed306dff0a 100644 --- a/recipes/fokus.recipe +++ b/recipes/fokus.recipe @@ -62,7 +62,8 @@ class Fokus(BasicNewsRecipe): # dict(name='p', class_='Meta__author'), # Author. # dict(name='time', class_='Meta__updated'), # Last updated. # Main article. - dict(name='div', class_='mediaconnect-protected-content'), + dict(name='div', class_='sesamy-protected-content'), + dict(name='div', class_='wp-block-core-paragraph'), ] def get_browser(self):