mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-26 04:43:49 +02:00
[Bridge] Return HTML DOM with get_cached
This commit is contained in:
@ -419,7 +419,7 @@ abstract class HttpCachingBridgeAbstract extends BridgeAbstract {
|
||||
}
|
||||
}
|
||||
|
||||
return $content;
|
||||
return str_get_html($content);
|
||||
}
|
||||
|
||||
public function get_cached_time($url){
|
||||
|
Reference in New Issue
Block a user