mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-12 19:44:12 +02:00
[bridges] Remove calls to get_cached and remove_from_cache
This commit is contained in:
@@ -17,8 +17,6 @@ class CommonDreamsBridge extends FeedExpander {
|
||||
}
|
||||
|
||||
private function CommonDreamsExtractContent($url) {
|
||||
if($this->get_cached_time($url) <= strtotime('-24 hours'))
|
||||
$this->remove_from_cache($url);
|
||||
$html3 = $this->get_cached($url);
|
||||
$text = $html3->find('div[class=field--type-text-with-summary]', 0)->innertext;
|
||||
$html3->clear();
|
||||
|
Reference in New Issue
Block a user