1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-10-17 09:36:10 +02:00
Files
php-rss-bridge/bridges
Mynacol 5382dee516 [GolemBridge] Fix removal of affiliate images
On
https://www.golem.de/news/anlage-in-etfs-was-alternativen-zum-msci-world-bringen-2508-199041.html
the affiliate box isn't properly filtered out.
The reason seems to be switching from a `div` to an `aside` element.
HTML source fragment:
```html
<aside class="gbox_affiliate" data-nosnippet>
    <div class="gbox_attribution"></div>
    <div class="gbox_fx1">
<a href="https://www.financeads.net/tc.php?t=36731C67231788T" target="_blank" rel="nofollow" onclick="_gcpx.push(['ev','d','rklmbox/14387']); return true;"><img src="https://scr3.golem.de/screenshots/affiliate/14
387/9caaa476f979dcf7457395f39ac9ed9f.png" alt=""></a>
        <div class="gbox_fx2">
            <div class="gbox_title">Tagesgeld, Festgeld, ETFs, Aktien und mehr bei raisin</div>
            <div><a class="gbox_btn" data-cta="Jetzt Investmentm&ouml;glichkeiten bei raisin entdecken" href="https://www.financeads.net/tc.php?t=36731C67231788T" target="_blank" rel="nofollow" onclick="_gcpx.push(['ev','d','rklmbox/14387']); return true;"></a></div>
        </div>
    </div>
<!-- /gbox --></aside>
```
2025-08-13 12:15:26 +02:00
..
2024-08-08 01:20:42 +02:00
2024-08-30 04:21:51 +02:00
2025-01-03 06:49:10 +01:00
2025-08-04 01:36:15 +02:00
2025-05-09 05:40:48 +02:00
2025-08-04 01:36:15 +02:00