Simple libtorrent Python client
问题 I tried creating a simple libtorrent python client (for magnet uri), and I failed, the program never continues past the "downloading metadata". If you may help me write a simple client it would be amazing. P.S. When I choose a save path, is the save path the folder which I want my data to be saved in? or the path for the data itself. (I used a code someone posted here) import libtorrent as lt import time ses = lt.session() ses.listen_on(6881, 6891) params = { 'save_path': '/home/downloads/',