Attempt to fix LeBonCoinBridge
This commit is contained in:
parent
ea1de07fe5
commit
e5846c03ba
1 changed files with 4 additions and 2 deletions
|
@ -352,12 +352,14 @@ class LeBonCoinBridge extends BridgeAbstract {
|
||||||
|
|
||||||
public function collectData(){
|
public function collectData(){
|
||||||
|
|
||||||
$url = 'https://api.leboncoin.fr/finder/search/';
|
$url = 'https://api.leboncoin.fr/api/adfinder/v1/search';
|
||||||
$data = $this->buildRequestJson();
|
$data = $this->buildRequestJson();
|
||||||
|
|
||||||
$header = array(
|
$header = array(
|
||||||
'User-Agent: LBC;Android;Null;Null;Null;Null;Null;Null;Null;Null',
|
'User-Agent: LBC;Android;10;SAMSUNG;phone;0aaaaaaaaaaaaaaa;wifi;8.24.3.8;152437;0',
|
||||||
'Content-Type: application/json',
|
'Content-Type: application/json',
|
||||||
|
'X-LBC-CC: 7',
|
||||||
|
'Accept: application/json,application/hal+json',
|
||||||
'Content-Length: ' . strlen($data),
|
'Content-Length: ' . strlen($data),
|
||||||
'api_key: ' . self::$LBC_API_KEY
|
'api_key: ' . self::$LBC_API_KEY
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue