mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-15 08:24:44 +02: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
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ class AnimeUltimeBridge extends BridgeAbstract {
|
||||||
$item_description = defaultLinkTo($item_description, self::URI);
|
$item_description = defaultLinkTo($item_description, self::URI);
|
||||||
$item_description = str_replace("\r", '', $item_description);
|
$item_description = str_replace("\r", '', $item_description);
|
||||||
$item_description = str_replace("\n", '', $item_description);
|
$item_description = str_replace("\n", '', $item_description);
|
||||||
$item_description = utf8_encode($item_description);
|
|
||||||
|
|
||||||
//Build and add final item
|
//Build and add final item
|
||||||
$item = array();
|
$item = array();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue