Skip to content

Commit

Permalink
[FolhaDeSaoPauloBridge]: Improve URL
Browse files Browse the repository at this point in the history
Remove the redirection.
  • Loading branch information
somini committed Mar 31, 2020
1 parent 066e42e commit 223337d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bridges/FolhaDeSaoPauloBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ protected function parseItem($item){
$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']);
Expand Down

0 comments on commit 223337d

Please sign in to comment.