mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
[InstituteForTheStudyOfWarBridge] Increase caching time (#4626)
This commit is contained in:
@@ -39,7 +39,7 @@ class InstituteForTheStudyOfWarBridge extends BridgeAbstract
|
||||
list($date_string, $user) = explode('-', $date_span->innertext);
|
||||
$date = DateTime::createFromFormat('F d, Y', trim($date_string));
|
||||
|
||||
$html = getSimpleHTMLDOMCached(self::URI . $uri);
|
||||
$html = getSimpleHTMLDOMCached(self::URI . $uri, 60 * 60 * 24 * 7);
|
||||
$content = $html->find('[property=content:encoded]', 0)->innertext;
|
||||
|
||||
$enclosures = [];
|
||||
|
Reference in New Issue
Block a user