mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-28 20:30:25 +02: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:
@@ -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');
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user