1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-25 19:01:18 +02:00

[AnimeUltime] Remove encoding conversion

Was previously needed due to encoding on the page being incorrect
This commit is contained in:
ORelio
2020-05-15 14:05:13 +02:00
committed by ORelio
parent 8b173b8874
commit efd1abfab1

View File

@@ -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();