mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[PresidenciaPTBridge]: Fix timestamp search (#3459)
This commit is contained in:
parent
d4bc63ee98
commit
bd6f56383c
@ -62,8 +62,8 @@ class PresidenciaPTBridge extends BridgeAbstract
|
|||||||
|
|
||||||
$link = $element->find('a', 0);
|
$link = $element->find('a', 0);
|
||||||
$etitle = $element->find('.article-title', 0);
|
$etitle = $element->find('.article-title', 0);
|
||||||
$edts = $element->find('p', 1);
|
$edts = $element->find('.date', 0);
|
||||||
$edt = html_entity_decode($edts->innertext, ENT_HTML5);
|
$edt = $edts->innertext;
|
||||||
|
|
||||||
$item['title'] = strip_tags($etitle->innertext);
|
$item['title'] = strip_tags($etitle->innertext);
|
||||||
$item['uri'] = self::URI . $link->href;
|
$item['uri'] = self::URI . $link->href;
|
||||||
|
Loading…
Reference in New Issue
Block a user