[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
1 changed files with 0 additions and 1 deletions

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