mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 20:24:56 +02:00
parent
7e4807530e
commit
8e2353ad3e
1 changed files with 0 additions and 2 deletions
|
@ -432,8 +432,6 @@ function getSimpleHTMLDOMCached(
|
|||
$content = $cache->loadData($timeout);
|
||||
if (!$content || Debug::isEnabled()) {
|
||||
$content = getContents($url, $header ?? [], $opts ?? []);
|
||||
}
|
||||
if ($content) {
|
||||
$cache->setScope('pages');
|
||||
$cache->setKey([$url]);
|
||||
$cache->saveData($content);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue