mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 07:37:27 +02:00
[FolhaDeSaoPauloBridge]: Improve URL
Remove the redirection.
This commit is contained in:
@@ -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']);
|
||||||
|
Reference in New Issue
Block a user