mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-21 04:15:44 +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
|
// 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…
Add table
Add a link
Reference in a new issue