mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-10-16 09:06:16 +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) {
|
foreach ($header->find('p, figure') as $element) {
|
||||||
$item .= $element;
|
$item .= $element;
|
||||||
}
|
}
|
||||||
|
|
||||||
// full image quality
|
|
||||||
foreach ($article->find('img[data-src-full][src*="."]') as $img) {
|
|
||||||
$img->src = $img->getAttribute('data-src-full');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (
|
foreach (
|
||||||
|
Reference in New Issue
Block a user