Bogus "find more sources"
Status: Beta
Brought to you by:
kift1
kift currently searches for more sources by searching
for the filename. At least that is what this line in
Kiftdownload::findMoreSources() suggests to me:
QString query = "<search query=\""+title+"\"/>";
This is wrong. kift should do a search by hash, like this:
<search query="hash-for-the-file" type="hash"/>