mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-10 17:08:47 +00: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
@ -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…
Reference in New Issue
Block a user