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:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user