From 1e470ef341c5046bb60238f9fada0f5e170ea585 Mon Sep 17 00:00:00 2001 From: somini Date: Sat, 17 Jun 2023 05:13:09 +0100 Subject: [PATCH] [PresidenciaPTBridge]: Fix title search (#3438) This was changed on the site itself, in the last few days. --- bridges/PresidenciaPTBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/PresidenciaPTBridge.php b/bridges/PresidenciaPTBridge.php index 5afcc91f..cbe7165e 100644 --- a/bridges/PresidenciaPTBridge.php +++ b/bridges/PresidenciaPTBridge.php @@ -61,7 +61,7 @@ class PresidenciaPTBridge extends BridgeAbstract $item = []; $link = $element->find('a', 0); - $etitle = $element->find('.content-box h2', 0); + $etitle = $element->find('.article-title', 0); $edts = $element->find('p', 1); $edt = html_entity_decode($edts->innertext, ENT_HTML5);