Version: (using Devel) Compiler: gcc-4.3.4 OS: Linux Installed from: Compiled sources When the torrent plugins is disabled (I use Vuze to download my torrents), Kget doesn't download .torrent files. The download just doesn't start.
This is a pretty serious one! Thanks a lot for reporting this, and looking forward your next report ;) Matthias, the problem is related with: datasourcefactory.cpp line #160: if ((prot == "http" || prot == "https" || prot == "ftp" || prot == "sftp") && (!url.fileName().endsWith(QLatin1String(".torrent"))) && (!url.fileName().endsWith(QLatin1String(".metalink"))) && (!url.fileName().endsWith(QLatin1String(".meta4")))) So there is the same problem with .metalink and .meta4 files. Matthias, could you take a look at this?
SVN commit 1065829 by mfuchs: Does not check the protocoll when finding the fileSize. NOTE: Move findingFileSize to TransferDataSource in 4.5 BUG:219864 M +10 -21 datasourcefactory.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1065829
@Dario => You're welcome, and thanks for your answer. It usually feels like I'm bothering the devs when I'm reporting a bug. Only Kget and Dolphin devs seems to relly take bug reports seriously, so thanks to you ;). Reported a new bug by the way ;). https://bugs.kde.org/show_bug.cgi?id=219946 Great job Matthias, THIS is reactivity ;).
Thx, but in this case Dario did all the work by finding the issue. :)
Great collective job then ;)