mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
RSS code rewrite in progress
This commit is contained in:
@@ -129,7 +129,7 @@ void RssDownloadRule::setSavePath(const QString &save_path)
|
||||
QStringList RssDownloadRule::findMatchingArticles(const RssFeed *feed) const
|
||||
{
|
||||
QStringList ret;
|
||||
foreach(const RssArticle &art, feed->values()) {
|
||||
foreach(const RssArticle &art, feed->articleList()) {
|
||||
if(matches(art.title()))
|
||||
ret << art.title();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user