Parse magnet link?
dausruddin opened this issue ยท 6 comments
dausruddin commented
Hi. I believe this module doesn't support magnet link parsing? Is it possible for you to implement it in the future?
Thanks
rndusr commented
Great idea. I don't know why I haven't thought of that myself.
dausruddin commented
Really? ๐
I'll be waiting then.
Thank you๐๐
rndusr commented
I've added a Magnet class with a from_string() class method and a as_torrent()
method that returns a Torrent instance.
dausruddin commented
Thanks a lot!
dausruddin commented
Can you make a release on pypi (pip)?
rndusr commented
Yes, as soon as it's ready.