mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00:00
follow up on site changes
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
1e953d3c3e
commit
5986b9f786
@ -20,7 +20,7 @@ class StripeAPIChangeLogBridge extends BridgeAbstract{
|
|||||||
or $this->returnServerError('No results for Stripe API Changelog');
|
or $this->returnServerError('No results for Stripe API Changelog');
|
||||||
|
|
||||||
|
|
||||||
foreach($html->find('h2') as $change){
|
foreach($html->find('h3') as $change){
|
||||||
$item=new \Item();
|
$item=new \Item();
|
||||||
$item->title=trim($change->plaintext);
|
$item->title=trim($change->plaintext);
|
||||||
$item->uri='https://stripe.com/docs/upgrades#'.$item->title;
|
$item->uri='https://stripe.com/docs/upgrades#'.$item->title;
|
||||||
|
Loading…
Reference in New Issue
Block a user