scttcper / qbittorrent

qBittorrent api wrapper
https://qbittorrent.vercel.app
MIT License
43 stars 14 forks source link

Add torrent via Magnet #49

Closed sachaw closed 4 years ago

sachaw commented 4 years ago

I am using this library in conjunction with an RSS parser, as many RSS feeds, use magnets instead of links to torrent files, I require this functionality, after searching the codebase, the only reference I found is the "magnet_uri" property of the torrent interface, is there an easy way to implement this, I don't mind digging around and submitting a pr.

scttcper commented 4 years ago

:tada: This issue has been resolved in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

scttcper commented 4 years ago

i got you bud

sachaw commented 4 years ago

Legend, God dam you make interacting with torrent clients easy.