|
@ -70,8 +70,6 @@ class rTorrent(Downloader): |
|
|
if parsed.scheme in ['http', 'https']: |
|
|
if parsed.scheme in ['http', 'https']: |
|
|
url += self.conf('rpc_url') |
|
|
url += self.conf('rpc_url') |
|
|
|
|
|
|
|
|
print url |
|
|
|
|
|
|
|
|
|
|
|
self.rt = RTorrent( |
|
|
self.rt = RTorrent( |
|
|
url, |
|
|
url, |
|
|
self.conf('username'), |
|
|
self.conf('username'), |
|
|