Summary: | Kget doesn't download torrent files | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Rosetzky Cedric <loacoon> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mat69, nekkar |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rosetzky Cedric
2009-12-23 19:38:29 UTC
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 ;) |