mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-20 20:05:42 +02:00
fix nnplus article filter (#4555)
This commit is contained in:
parent
8f21a030a8
commit
0f77d3ae0a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue