mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-12 20:46:32 +02:00
remove newsletter ad from finanzflussBridge (#3417)
* remove newsletter ad * whitespace
This commit is contained in:
@ -36,6 +36,11 @@ class FinanzflussBridge extends BridgeAbstract
|
|||||||
$img->srcset = $baseurl . $src;
|
$img->srcset = $baseurl . $src;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//remove unwanted stuff
|
||||||
|
foreach ($content->find('div.newsletter-signup') as $element) {
|
||||||
|
$element->remove();
|
||||||
|
}
|
||||||
|
|
||||||
//get author
|
//get author
|
||||||
$author = $domarticle->find('div.author-name', 0);
|
$author = $domarticle->find('div.author-name', 0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user