1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-30 11:30:11 +02:00

[GolemBridge] Remove dead code

The current articles use a normal img srcset. There is no
`data-src-full` or a similar "full resolution" uri besides the srcset.
This commit is contained in:
Mynacol
2025-08-28 22:08:00 +00:00
parent ff84c3ab90
commit 02c820155d

View File

@@ -162,11 +162,6 @@ class GolemBridge extends FeedExpander
foreach ($header->find('p, figure') as $element) {
$item .= $element;
}
// full image quality
foreach ($article->find('img[data-src-full][src*="."]') as $img) {
$img->src = $img->getAttribute('data-src-full');
}
}
foreach (