[PresidenciaPTBridge]: Fix title search (#3438)

This was changed on the site itself, in the last few days.
This commit is contained in:
somini 2023-06-17 05:13:09 +01:00 committed by GitHub
parent 0a8fe57003
commit 1e470ef341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);