mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-29 18:21:07 +00:00
fix nnplus article filter (#4555)
This commit is contained in:
parent
8f21a030a8
commit
0f77d3ae0a
@ -66,7 +66,7 @@ class NurembergerNachrichtenBridge extends BridgeAbstract
|
||||
// exclude nn+ articles if desired
|
||||
if (
|
||||
$this->getInput('hideNNPlus') &&
|
||||
$articleContent->find('div[class=paywall]')
|
||||
$articleContent->find('span[class=icon-nnplus]')
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user