From 3357c23ef6096f4b8fa5465114b6b2418accb693 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sun, 23 Feb 2025 09:44:30 +0530 Subject: [PATCH] Update frontline.recipe --- recipes/frontline.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/frontline.recipe b/recipes/frontline.recipe index b03d8b1470..b58921cbb0 100644 --- a/recipes/frontline.recipe +++ b/recipes/frontline.recipe @@ -78,7 +78,7 @@ class Frontline(BasicNewsRecipe): feeds_dict = defaultdict(list) - mag = soup.find(**classes('section-magazine')) + mag = soup.find(**classes('current-issue-in-this-issue')) for div in mag.findAll('div', attrs={'class':'content'}): a = div.find(**classes('title')).find('a') url = a['href']