mimtek / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

Passing cookie along with the torrent url #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When passing a torrent url to rutorrent with a cookie it doesn't work.
You can see the code here: http://userscripts.org/scripts/show/57331

It works on torrent sites not requiring cookies or with the passkey in the
link.

Original issue reported on code.google.com by oliver.s...@gmail.com on 26 Oct 2009 at 3:36

GoogleCodeExporter commented 9 years ago
When passing url to rutorrent with a cookie you must format this url as
http://host/some.torrent:COOKIE:cookie1=value1;cookie2=value2;...cookieN=valueN
or you must use PluginCookies.

Original comment by novik65 on 26 Oct 2009 at 3:45