mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 01:25:28 +03:00
[HeiseBridge] Remove archive link for heise+
archive.ph is also not able to provide the full content of paywalled heise+ articles.
This commit is contained in:
parent
c3b5b382ba
commit
999d5dce40
1 changed files with 1 additions and 3 deletions
|
@ -137,10 +137,8 @@ class HeiseBridge extends FeedExpander
|
|||
if (strpos($item['uri'], 'https://www.heise.de') !== 0) {
|
||||
return $item;
|
||||
}
|
||||
|
||||
// abort on heise+ articles and link to archive.ph for full-text content
|
||||
// abort on heise+ articles
|
||||
if ($sessioncookie == '' && str_starts_with($item['title'], 'heise+ |')) {
|
||||
$item['uri'] = 'https://archive.ph/?run=1&url=' . urlencode($item['uri']);
|
||||
return $item;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue