mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-08 21:14:40 +02:00
remove newsletter ad from finanzflussBridge (#3417)
* remove newsletter ad * whitespace
This commit is contained in:
parent
1636a84c25
commit
819e453064
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ class FinanzflussBridge extends BridgeAbstract
|
|||
$img->srcset = $baseurl . $src;
|
||||
}
|
||||
|
||||
//remove unwanted stuff
|
||||
foreach ($content->find('div.newsletter-signup') as $element) {
|
||||
$element->remove();
|
||||
}
|
||||
|
||||
//get author
|
||||
$author = $domarticle->find('div.author-name', 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue