mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 14:47:35 +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){
|
public function get_cached_time($url){
|
||||||
|
Reference in New Issue
Block a user