1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-09-13 06:22:24 +00:00

Added support for | (OR) operator in RSS feed downloader

This commit is contained in:
Christophe Dumez 2010-09-25 11:29:45 +00:00
parent 643bc5516c
commit b3be32126d

View File

@ -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 {