diff --git a/src/FeedsFactory.php b/src/FeedsFactory.php index d98a915..ae88bca 100644 --- a/src/FeedsFactory.php +++ b/src/FeedsFactory.php @@ -55,7 +55,6 @@ public function make($feed_url = [], $limit = 0, $force_feed = false, $options = } } $this->simplepie->init(); - $this->simplepie->handle_content_type(); return $this->simplepie; }