mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00:00
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
@ -16,7 +16,7 @@ class StripeAPIChangeLogBridge extends BridgeAbstract{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function collectData(array $param){
|
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');
|
or $this->returnServerError('No results for Stripe API Changelog');
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user