Comment 7 for bug 348911

Revision history for this message
Raa (lonefeel) wrote :

Thank you very much! I will test it asap! Maybe tomorrow. And of course you will be notified.

In my case I can not use retrieve_url() because my favorite torrent tracker requires loggin in. So I have to use urllib2 and cookielib.

There is another small problem. It is not related to this bug, but it is not a bug at all. If I just return a link to the torrent to qBittorrent, it will not work in my case, because the tracker also requires loggin in to download a torrent. (It tracks downloading and uploading such way, and requires anyone to be a seeder, not leecher only). So I will have to create some small kind of proxy for downloading torrents trought... Or you can help me if you provide me with ability to write not only method search() but also method get_torrent(). So if I do not return filed "link", but return "id", then qBittorrent get the torents file by calling get_torrent(id) instead of doing an http request itself. What do you thing? Is it easy?