mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
[bridges] Remove calls to get_cached and remove_from_cache
This commit is contained in:
parent
3a92a1e04b
commit
3a94956915
16 changed files with 0 additions and 36 deletions
|
@ -16,8 +16,6 @@ class CADBridge extends FeedExpander {
|
|||
}
|
||||
|
||||
private function CADExtractContent($url) {
|
||||
if($this->get_cached_time($url) <= strtotime('-24 hours'))
|
||||
$this->remove_from_cache($url);
|
||||
$html3 = $this->get_cached($url);
|
||||
|
||||
// The request might fail due to missing https support or wrong URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue