mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-30 18:42:55 +00:00
Merge 3c5fd7b769
into 354cea09a7
This commit is contained in:
commit
132f3d7f6d
@ -138,6 +138,7 @@ class HeiseBridge extends FeedExpander
|
||||
}
|
||||
// abort on heise+ articles
|
||||
if ($sessioncookie == '' && str_starts_with($item['title'], 'heise+ |')) {
|
||||
$item['uri'] = 'https://archive.is/' . $item['uri'];
|
||||
return $item;
|
||||
}
|
||||
|
||||
@ -162,7 +163,7 @@ class HeiseBridge extends FeedExpander
|
||||
// remove unwanted stuff
|
||||
foreach (
|
||||
$article->find('figure.branding, figure.a-inline-image, a-ad, div.ho-text, a-img,
|
||||
.a-toc__list, a-collapse, .opt-in__description, .opt-in__footnote') as $element
|
||||
.a-toc__list, a-collapse, .opt-in__description, .opt-in__footnote, .notice-banner__text, .notice-banner__link') as $element
|
||||
) {
|
||||
$element->remove();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user