mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
remove newsletter ad from finanzflussBridge (#3417)
* remove newsletter ad * whitespace
This commit is contained in:
parent
1636a84c25
commit
819e453064
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user