fix: tracker URLs in magnet are url-encoded#554
Conversation
|
Thanks for the PR! Docs would be great. One thing that's odd to me is the Don't worry about the clippy failures on CI, I'll get those in another PR. |
|
Lints fixed in #555, updated the branch. |
e45b741 to
3381079
Compare
|
I rebased on the latest commit instead of adding a merge commit (personal preference to keep a reduced git log, let me know if that's inappropriate). I added some doc comments explaining the url-encoding. Let me know if i should add more docs somewhere. I think form_urlencoded is the correct choice. I believe the magnet URI query is inspired by the HTTP URL queries which adhere to this standard. That's already what you're using in |
Totally fine, I always squash before merging. I removed the comments, I pretty much reserve comments for things which are super confusing. |
I think this solves the problem in #553
If you think this PR is ok, i can add docs before merging.