summaryrefslogtreecommitdiffstats
path: root/lib/Scraper/Scraper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Scraper/Scraper.php')
-rw-r--r--lib/Scraper/Scraper.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Scraper/Scraper.php b/lib/Scraper/Scraper.php
index 9d1c3ffe7..5deac358e 100644
--- a/lib/Scraper/Scraper.php
+++ b/lib/Scraper/Scraper.php
@@ -11,9 +11,9 @@
namespace OCA\News\Scraper;
-use andreskrey\Readability\Readability;
-use andreskrey\Readability\Configuration;
-use andreskrey\Readability\ParseException;
+use fivefilters\Readability\Readability;
+use fivefilters\Readability\Configuration;
+use fivefilters\Readability\ParseException;
use Psr\Log\LoggerInterface;
class Scraper implements IScraper