mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-30 18:42:55 +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
|
// exclude nn+ articles if desired
|
||||||
if (
|
if (
|
||||||
$this->getInput('hideNNPlus') &&
|
$this->getInput('hideNNPlus') &&
|
||||||
$articleContent->find('div[class=paywall]')
|
$articleContent->find('span[class=icon-nnplus]')
|
||||||
) {
|
) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user