What version of this package are you using?
9.1.0
What problem do you want to solve?
I want to be able to detect the SHA-256 v2 hash of a v2 Torrent that is parsed with parse-torrent. This also means detecting btmh in addition to btih in Magnet links.
What do you think is the correct solution to this problem?
Adding a infoHashv2 key (or similar) to the resulting object that is generated by parse-torrent
Are you willing to submit a pull request to implement this change?
I will try and learn how parse-torrent works and see what I can do
What version of this package are you using?
9.1.0
What problem do you want to solve?
I want to be able to detect the SHA-256 v2 hash of a v2 Torrent that is parsed with
parse-torrent. This also means detectingbtmhin addition tobtihin Magnet links.What do you think is the correct solution to this problem?
Adding a
infoHashv2key (or similar) to the resulting object that is generated byparse-torrentAre you willing to submit a pull request to implement this change?
I will try and learn how
parse-torrentworks and see what I can do