mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03: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
Reference in a new issue