mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-26 21:35:42 +00:00
constant variable access
This commit is contained in:
parent
23e0514820
commit
5aceab4138
@ -33,7 +33,7 @@ class SubitoBridge extends BridgeAbstract
|
||||
'Accept-Language: it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3'
|
||||
];
|
||||
|
||||
$dom = getSimpleHTMLDOMCached($url, $CACHE_TIMEOUT, $headers);
|
||||
$dom = getSimpleHTMLDOMCached($url, $this::CACHE_TIMEOUT, $headers);
|
||||
|
||||
$json = $dom->getElementById('__NEXT_DATA__');
|
||||
$data = json_decode($json->innertext());
|
||||
|
Loading…
Reference in New Issue
Block a user