From dcebd2df8f39962b61ecbc5d860ec9313d815410 Mon Sep 17 00:00:00 2001 From: unkn0wn <51942695+unkn0w7n@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:08:38 +0530 Subject: [PATCH] Update pc_world.recipe magzter cover --- recipes/pc_world.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/pc_world.recipe b/recipes/pc_world.recipe index 589745a526..2fe021ba5b 100644 --- a/recipes/pc_world.recipe +++ b/recipes/pc_world.recipe @@ -94,5 +94,4 @@ class pcWorld(BasicNewsRecipe): soup = self.index_to_soup( 'https://www.magzter.com/US/IDG-Consumer-and-SMB,-Inc./PCWorld/Computer-&-Mobile/' ) - for citem in soup.findAll('meta', content=lambda s: s and s.endswith('view/3.jpg')): - return citem['content'] + return soup.find('img', id=lambda s: s and 'mgd__lhd__cover' in s.split())['src']