mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-19 14:52:13 +02:00
[bridges] Remove calls to get_cached and remove_from_cache
This commit is contained in:
@@ -82,9 +82,6 @@ class WordPressBridge extends HttpCachingBridgeAbstract {
|
||||
$item['timestamp'] = strtotime($article->find('updated', 0)->innertext);
|
||||
}
|
||||
|
||||
if($this->get_cached_time($item['uri']) <= strtotime('-24 hours'))
|
||||
$this->remove_from_cache($item['uri']);
|
||||
|
||||
$article_html = $this->get_cached($item['uri']);
|
||||
|
||||
// Attempt to find most common content div
|
||||
|
Reference in New Issue
Block a user