mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-29 19:18:42 -07:00
RSS code rewrite in progress
This commit is contained in:
parent
2b1e4912f2
commit
2d5612435c
14 changed files with 331 additions and 434 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue