mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 22:00:23 +02:00
[bridges] Remove calls to get_cached and remove_from_cache
This commit is contained in:
@@ -175,9 +175,6 @@ class WikipediaBridge extends HttpCachingBridgeAbstract {
|
||||
* Loads the full article from a given URI
|
||||
*/
|
||||
private function LoadFullArticle($uri){
|
||||
if($this->get_cached_time($uri) <= strtotime('-24 hours'))
|
||||
$this->remove_from_cache($uri);
|
||||
|
||||
$content_html = $this->get_cached($uri);
|
||||
|
||||
if(!$content_html)
|
||||
|
Reference in New Issue
Block a user