0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-02 19:42:56 +00:00

[FolhaDeSaoPauloBridge]: Improve URL

Remove the redirection.
This commit is contained in:
somini 2020-03-31 02:34:38 +01:00
parent 066e42e99a
commit 223337d62d

View File

@ -28,6 +28,7 @@ class FolhaDeSaoPauloBridge extends FeedExpander {
$text = $item_content->innertext;
$text = strip_tags($text, '<p><b><a><blockquote><figure><figcaption><img><strong><em>');
$item['content'] = $text;
$item['uri'] = explode('*', $item['uri'])[1];
}
} else {
Debug::log('???: ' . $item['uri']);