rndusr / torf

Python module to create, parse and edit torrent files and magnet links
GNU General Public License v3.0
180 stars 17 forks source link

Parse magnet link? #9

Closed dausruddin closed 4 years ago

dausruddin commented 5 years ago

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 5 years ago

Great idea. I don't know why I haven't thought of that myself.

dausruddin commented 5 years ago

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

rndusr commented 4 years ago

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

dausruddin commented 4 years ago

Thanks a lot!

dausruddin commented 4 years ago

Can you make a release on pypi (pip)?

rndusr commented 4 years ago

Yes, as soon as it's ready.