mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-19 16:58:42 +02:00
[GoComicsBridge] cache individual comic page for 24h (#4646)
This commit is contained in:
parent
6ec4da854f
commit
93de253d01
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class GoComicsBridge extends BridgeAbstract
|
||||||
}
|
}
|
||||||
|
|
||||||
for ($i = 0; $i < $this->getInput('limit'); $i++) {
|
for ($i = 0; $i < $this->getInput('limit'); $i++) {
|
||||||
$html = getSimpleHTMLDOM($link);
|
$html = getSimpleHTMLDOMCached($link, 86400);
|
||||||
|
|
||||||
$imagelink = $html->find('meta[property="og:image"]', 0)->content;
|
$imagelink = $html->find('meta[property="og:image"]', 0)->content;
|
||||||
$parts = explode('/', $link);
|
$parts = explode('/', $link);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue