From bbd416dc7bf0a6ad51f33eb52608845f523f3e49 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Thu, 27 Mar 2025 22:45:34 +0530 Subject: [PATCH] Update ap.recipe --- recipes/ap.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ap.recipe b/recipes/ap.recipe index 79ab9592fe..aa7003e020 100644 --- a/recipes/ap.recipe +++ b/recipes/ap.recipe @@ -67,7 +67,7 @@ class AssociatedPress(BasicNewsRecipe): for v in soup.findAll('bsp-jw-player', attrs={'poster': True}): v.name = 'img' v.attrs = {'src': v.get('poster', '')} - for st in soup.findAll(**classes('CarouselSlide-infoDescription')): + for st in soup.findAll(**classes('CarouselSlide-infoDescription Figure-caption')): if p := st.find('p'): p.name = 'span' for h in soup.findAll(['h2', 'h3']):