mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +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');
|
||||
|
||||
|
||||
foreach($html->find('h2') as $change){
|
||||
foreach($html->find('h3') as $change){
|
||||
$item=new \Item();
|
||||
$item->title=trim($change->plaintext);
|
||||
$item->uri='https://stripe.com/docs/upgrades#'.$item->title;
|
||||
|
Loading…
Reference in New Issue
Block a user