mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
fix(binance): plus some other tweaks (#3753)
This commit is contained in:
@@ -24,6 +24,7 @@ abstract class FeedExpander extends BridgeAbstract
|
||||
}
|
||||
// prepare/massage the xml to make it more acceptable
|
||||
$badStrings = [
|
||||
' ',
|
||||
'»',
|
||||
];
|
||||
$xmlString = str_replace($badStrings, '', $xmlString);
|
||||
|
Reference in New Issue
Block a user