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
_parse_url
I'm not familiar with magnet2torrent, so my assumptions could be incorrect. I've just read the code of the following function:
magnet2torrent
magnet2torrent/src/magnet2torrent/magnet2torrent.py
Lines 34 to 51 in d3b0704
I noticed there might be an issue in the line:
Line 37 in d3b0704
As it doesn't differentiate between hash types. It could be urn:sha1, urn:ed2khash, urn:btih, etc. However, only btih is compatible with BitTorrent.
urn:sha1
urn:ed2khash
urn:btih
btih
Ref:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not familiar with
magnet2torrent
, so my assumptions could be incorrect. I've just read the code of the following function:magnet2torrent/src/magnet2torrent/magnet2torrent.py
Lines 34 to 51 in d3b0704
I noticed there might be an issue in the line:
magnet2torrent/src/magnet2torrent/magnet2torrent.py
Line 37 in d3b0704
As it doesn't differentiate between hash types. It could be
urn:sha1
,urn:ed2khash
,urn:btih
, etc. However, onlybtih
is compatible with BitTorrent.Ref:
The text was updated successfully, but these errors were encountered: