1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 08:07:33 +02:00

[GoComicsBridge] cache individual comic page for 24h (#4646)

This commit is contained in:
Arnav Jain
2025-08-04 14:27:19 +02:00
committed by GitHub
parent 6ec4da854f
commit 93de253d01

View File

@@ -48,7 +48,7 @@ class GoComicsBridge extends BridgeAbstract
}
for ($i = 0; $i < $this->getInput('limit'); $i++) {
$html = getSimpleHTMLDOM($link);
$html = getSimpleHTMLDOMCached($link, 86400);
$imagelink = $html->find('meta[property="og:image"]', 0)->content;
$parts = explode('/', $link);