forked from blallo/rss-bridge
[Bridge] Return HTML DOM with get_cached
This commit is contained in:
parent
4959334f9f
commit
5f3d28f3a6
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||||
|
|
Loading…
Reference in a new issue