From 6673cbc3d940745a0ecddb93b32805a0fbe79eb1 Mon Sep 17 00:00:00 2001 From: DriverXX Date: Tue, 24 Dec 2019 09:33:19 +0100 Subject: Reimplement full-text scraping (#563) Add readability.php scraper Fixes #482 Signed-off-by: Gioele Falcetti --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 9057544be..abe338105 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,8 @@ "arthurhoaro/favicon": "^1.2", "ext-json": "*", "ext-simplexml": "*", - "ext-libxml": "*" + "ext-libxml": "*", + "andreskrey/readability.php": "^2.1" }, "require-dev": { "phpunit/phpunit": "^7.5", -- cgit v1.2.3