add cookies for redirect, cookies for auto download torrent from rss, add support gzip

This commit is contained in:
Dmitry Maslennikov
2013-03-10 20:25:09 +02:00
committed by Christophe Dumez
parent 8c14c7926f
commit b7f313a35c
5 changed files with 66 additions and 7 deletions

View File

@@ -332,7 +332,7 @@ void RssFeed::downloadMatchingArticleTorrents() {
if (torrent_url.startsWith("magnet:", Qt::CaseInsensitive))
QBtSession::instance()->addMagnetSkipAddDlg(torrent_url, matching_rule->savePath(), matching_rule->label());
else
QBtSession::instance()->downloadUrlAndSkipDialog(torrent_url, matching_rule->savePath(), matching_rule->label());
QBtSession::instance()->downloadUrlAndSkipDialog(torrent_url, matching_rule->savePath(), matching_rule->label(), feedCookies());
}
}
}