fix nnplus article filter (#4555)

This commit is contained in:
Christian Schabesberger 2025-05-10 21:48:54 +02:00 committed by GitHub
parent 8f21a030a8
commit 0f77d3ae0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}