diff options
Diffstat (limited to 'scraper')
-rw-r--r-- | scraper/qwant.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scraper/qwant.php b/scraper/qwant.php index 8b160ed..a8b69fe 100644 --- a/scraper/qwant.php +++ b/scraper/qwant.php @@ -259,6 +259,7 @@ class qwant{ } curl_close($curlproc); + return $data; } |