mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-12 19:44:12 +02:00
[bridges] Change all bridges to use BridgeAbstract with getSimpleHTMLDOMCached
This commit is contained in:
@@ -16,7 +16,7 @@ class CADBridge extends FeedExpander {
|
||||
}
|
||||
|
||||
private function CADExtractContent($url) {
|
||||
$html3 = $this->get_cached($url);
|
||||
$html3 = $this->getSimpleHTMLDOMCached($url);
|
||||
|
||||
// The request might fail due to missing https support or wrong URL
|
||||
if($html3 == false)
|
||||
|
Reference in New Issue
Block a user