mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[AnimeUltime] Remove encoding conversion
Was previously needed due to encoding on the page being incorrect
This commit is contained in:
parent
8b173b8874
commit
efd1abfab1
@ -102,7 +102,6 @@ class AnimeUltimeBridge extends BridgeAbstract {
|
||||
$item_description = defaultLinkTo($item_description, self::URI);
|
||||
$item_description = str_replace("\r", '', $item_description);
|
||||
$item_description = str_replace("\n", '', $item_description);
|
||||
$item_description = utf8_encode($item_description);
|
||||
|
||||
//Build and add final item
|
||||
$item = array();
|
||||
|
Loading…
Reference in New Issue
Block a user