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
What version of this package are you using? latest What operating system, Node.js, and npm version? latest, Win10, also checked in CentOS7
What happened? No matter what you fwd in the --announceList parameter that parse-torrent will always return to you the 1st character of that string
create-torrent -o "DOWNLOADS_DIRECTORY/C0DPdy98e4c.torrent" --announceList "was://try.what.ever" --comment "YouMazeMe.com" --createdBy "Alvaro Martin - YouMazeMe.com" "DOWNLOADS_DIRECTORY/C0DPdy98e4c" && parse-torrent "DOWNLOADS_DIRECTORY/C0DPdy98e4c.torrent"
Announce list it's always the 1st character of the parameter, I tried with: ""param1","param2"" {"param1","param2"} ["param1", "param2"]
"param" 'param'
Something it's cursed there.
What did you expect to happen? return the proper announce list Are you willing to submit a pull request to fix this bug? No
The text was updated successfully, but these errors were encountered:
Thanks for the feedback, @PaTiToMaSteR.
You need to use the announce parameter multiple times.
announce
Sorry, something went wrong.
announceList
No branches or pull requests
What version of this package are you using?
latest
What operating system, Node.js, and npm version?
latest, Win10, also checked in CentOS7
What happened?
No matter what you fwd in the --announceList parameter that parse-torrent will always return to you the 1st character of that string
create-torrent -o "DOWNLOADS_DIRECTORY/C0DPdy98e4c.torrent" --announceList "was://try.what.ever" --comment "YouMazeMe.com" --createdBy "Alvaro Martin - YouMazeMe.com" "DOWNLOADS_DIRECTORY/C0DPdy98e4c" && parse-torrent "DOWNLOADS_DIRECTORY/C0DPdy98e4c.torrent"
Announce list it's always the 1st character of the parameter, I tried with:
""param1","param2""
{"param1","param2"}
["param1", "param2"]
"param"
'param'
Something it's cursed there.
What did you expect to happen?
return the proper announce list
Are you willing to submit a pull request to fix this bug?
No
The text was updated successfully, but these errors were encountered: