We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
种子文件中包含着密钥等敏感信息,再上传到别的网站前需要去除掉。
从源网站获取种子文件,然后去除种子文件中的敏感信息,如:tracker和comment,最后在发布页面选择修改后的种子文件。
填写种子文件链接,点击下载到本地的同时清洗掉敏感信息。这样不用考虑网站适配的问题。
据说有些外站需要填写站点的tracker才能上传。我没遇到过,目前也不需要这个功能。
The text was updated successfully, but these errors were encountered:
feat: support to transfer torrent file fix(#255)
ef8ac2f
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
种子文件中包含着密钥等敏感信息,再上传到别的网站前需要去除掉。
Describe the solution you'd like
从源网站获取种子文件,然后去除种子文件中的敏感信息,如:tracker和comment,最后在发布页面选择修改后的种子文件。
Describe alternatives you've considered
填写种子文件链接,点击下载到本地的同时清洗掉敏感信息。这样不用考虑网站适配的问题。
Anything else?
据说有些外站需要填写站点的tracker才能上传。我没遇到过,目前也不需要这个功能。
The text was updated successfully, but these errors were encountered: