Ajoute le parser Ouest-France

Fix #11
This commit is contained in:
2020-07-27 12:46:20 +02:00
parent 5442bf19b0
commit 9e5a94b431
3 changed files with 50 additions and 7 deletions

View File

@@ -2,9 +2,7 @@
namespace App;
use App\Parser\LBC;
use App\Parser\Pap;
use App\Parser\SeLoger;
use GuzzleHttp\Client;
use Illuminate\Support\Facades\Config;
abstract class Parser
@@ -15,7 +13,7 @@ abstract class Parser
protected function __construct($url)
{
$this->url = $url;
$this->client = new \GuzzleHttp\Client([
$this->client = new Client([
'timeout' => 60,
'verify' => false,
'headers' => [