mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-27 18:10:08 +02:00
[bridges] use BridgeAbstract::getContents instead of file_get_contents
use of the proxy feature when enabled Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
@@ -102,7 +102,7 @@ class MangareaderBridge extends BridgeAbstract{
|
||||
}
|
||||
|
||||
// We'll use the DOM parser for this as it makes navigation easier
|
||||
$html = file_get_contents("http://www.mangareader.net/" . $path);
|
||||
$html = $this->getContents("http://www.mangareader.net/" . $path);
|
||||
if(!$html){
|
||||
$this->returnClientError('Could not receive data for ' . $path . '!');
|
||||
}
|
||||
|
Reference in New Issue
Block a user