Skip to content

Commit

Permalink
[AnimeUltime] Remove encoding conversion
Browse files Browse the repository at this point in the history
Was previously needed due to encoding on the page being incorrect
  • Loading branch information
ORelio committed Aug 12, 2020
1 parent 8b173b8 commit efd1abf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bridges/AnimeUltimeBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public function collectData(){
$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();
Expand Down

0 comments on commit efd1abf

Please sign in to comment.