[FolhaDeSaoPauloBridge]: Improvements
[FolhaDeSaoPauloBridge]: Improvements
This commit is contained in:
commit
5a43db4fb5
1 changed files with 2 additions and 1 deletions
|
@ -26,8 +26,9 @@ class FolhaDeSaoPauloBridge extends FeedExpander {
|
||||||
$item_content = $articleHTMLContent->find('div.c-news__body', 0);
|
$item_content = $articleHTMLContent->find('div.c-news__body', 0);
|
||||||
if ($item_content) {
|
if ($item_content) {
|
||||||
$text = $item_content->innertext;
|
$text = $item_content->innertext;
|
||||||
$text = strip_tags($text, '<p><b><a><blockquote><img><em>');
|
$text = strip_tags($text, '<p><b><a><blockquote><figure><figcaption><img><strong><em>');
|
||||||
$item['content'] = $text;
|
$item['content'] = $text;
|
||||||
|
$item['uri'] = explode('*', $item['uri'])[1];
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Debug::log('???: ' . $item['uri']);
|
Debug::log('???: ' . $item['uri']);
|
||||||
|
|
Loading…
Reference in a new issue