mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 22:30:14 +02:00
Fix LeBonCoinBridge, now uses getContents correctly,
This commit is contained in:
@@ -159,7 +159,7 @@ class LeBonCoinBridge extends BridgeAbstract {
|
||||
);
|
||||
|
||||
$url = self::URI . 'recherche/?' . http_build_query($params);
|
||||
$html = file_get_contents($url)
|
||||
$html = getContents($url)
|
||||
or returnServerError('Could not request LeBonCoin. Tried: ' . $url);
|
||||
|
||||
if(!preg_match('/^<script>window.FLUX_STATE[^\r\n]*/m', $html, $matches)) {
|
||||
|
Reference in New Issue
Block a user