BUGFIX: Consider HTTP downloads >1MB as invalid .torrent files and abort them

This commit is contained in:
Christophe Dumez 2010-03-12 20:00:51 +00:00
parent 7b38ea4151
commit 1ea7340111
4 changed files with 31 additions and 4 deletions

View file

@ -2163,7 +2163,7 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
);
//emit aboutToDownloadFromUrl(url);
// Launch downloader thread
downloader->downloadUrl(url);
downloader->downloadTorrentUrl(url);
}
void Bittorrent::downloadFromURLList(const QStringList& urls) {