whenever i try to wget or add a url with: > add url.torrent > wget url i get this message: string index out of range
am i doing anything wrong or is this a bug?
you should try to quote the url like below:
>>> wget "url"
Log in to post a comment.
whenever i try to wget or add a url with:
> add url.torrent
> wget url
i get this message: string index out of range
am i doing anything wrong or is this a bug?
you should try to quote the url like below:
>>> wget "url"