mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-19 23:03:01 +02:00
[bridges] Remove calls to get_cached and remove_from_cache
This commit is contained in:
@@ -59,8 +59,6 @@ class JapanExpoBridge extends HttpCachingBridgeAbstract {
|
||||
if ($count >= 5) {
|
||||
break;
|
||||
}
|
||||
if($this->get_cached_time($url) <= strtotime('-24 hours'))
|
||||
$this->remove_from_cache($url);
|
||||
|
||||
$article_html = $this->get_cached($url) or $this->returnServerError('Could not request JapanExpo: '.$url);
|
||||
$header = $article_html->find('header.pageHeadBox', 0);
|
||||
|
||||
Reference in New Issue
Block a user