[FolhaDeSaoPauloBridge]: Improve URL
Remove the redirection.
This commit is contained in:
parent
066e42e99a
commit
223337d62d
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class FolhaDeSaoPauloBridge extends FeedExpander {
|
||||||
$text = $item_content->innertext;
|
$text = $item_content->innertext;
|
||||||
$text = strip_tags($text, '<p><b><a><blockquote><figure><figcaption><img><strong><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