forked from blallo/rss-bridge
use BridgeAbstract::file_get_html instead of SimpleHTMLDOM one
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
74f0572d91
commit
1e953d3c3e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class StripeAPIChangeLogBridge extends BridgeAbstract{
|
|||
}
|
||||
|
||||
public function collectData(array $param){
|
||||
$html = file_get_html('https://stripe.com/docs/upgrades')
|
||||
$html = $this->file_get_html('https://stripe.com/docs/upgrades')
|
||||
or $this->returnServerError('No results for Stripe API Changelog');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue