You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have defined a Custom URL... for a private tracker: /^https:\/\/www\.xxxxxx\.rent\/download\.php\/[a-zA-Z\d]+\/[a-zA-Z\d%]+$/
But torrent-control fails to add it: Failed to read torrent (Unknown type: text/html;charset=utf-8)
that site uses custom tracker software that generates torrents with post requests. This isn't currently implemented as request method is only known when left clicking links, so with current architecture it wouldn't work with any advanced features
I have defined a
Custom URL...
for a private tracker:/^https:\/\/www\.xxxxxx\.rent\/download\.php\/[a-zA-Z\d]+\/[a-zA-Z\d%]+$/
But torrent-control fails to add it:
Failed to read torrent (Unknown type: text/html;charset=utf-8)
The request header is:
The text was updated successfully, but these errors were encountered: