mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-22 11:28:36 +00:00
[InstituteForTheStudyOfWarBridge] Increase caching time (#4626)
This commit is contained in:
parent
5b97899734
commit
9f8dc411a4
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user