rndusr / torf

Python module to create, parse and edit torrent files and magnet links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse magnet link?

dausruddin opened this issue · comments

Hi. I believe this module doesn't support magnet link parsing? Is it possible for you to implement it in the future?

Thanks

Really? 😅
I'll be waiting then.
Thank you😁😁

I've added a Magnet class with a from_string() class method and a as_torrent()
method that returns a Torrent instance.

Thanks a lot!

Can you make a release on pypi (pip)?