Comment 13 for bug 348911

Revision history for this message
Raa (lonefeel) wrote :

I have finished testing. It seems the program works well with unicode now.

download_torrent() works well too. There is only small bug: download_torrent() receives empty url when the search result is ordered by size.

I also reviwed download_file() from helpers.py. I can not use it, because it does not support authentication. So I just copied the code of function and replaced urllib2.urlopen() with opener.open()

The latest version of my search script is attached.

I have another small problem. Could you please advise? As I told many times, my favorite torrent tracker requies authentication to track the downloads/uploads rate. So I need to save login and password somewhere. It is hardcoded right now. But it is not user friendly. It may be very hard for some users to understand how they should set their passwords. Do you have any ideas?