mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
[PresidenciaPTBridge]: Fix title search (#3438)
This was changed on the site itself, in the last few days.
This commit is contained in:
parent
0a8fe57003
commit
1e470ef341
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue