mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Added support for | (OR) operator in RSS feed downloader
This commit is contained in:
parent
643bc5516c
commit
b3be32126d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ public:
|
||||||
|
|
||||||
QStringList getNotMatchingTokens() const {
|
QStringList getNotMatchingTokens() const {
|
||||||
QString notmatching = this->value("not", "").toString();
|
QString notmatching = this->value("not", "").toString();
|
||||||
return notmatching.split(" ");
|
return notmatching.split(QRegExp("[\\s|]"));
|
||||||
}
|
}
|
||||||
|
|
||||||
QString getNotMatchingTokens_str() const {
|
QString getNotMatchingTokens_str() const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue