libtorrent
libtorrent copied to clipboard
Python bindings for libtorrent version 2.0
The compilation script for Arch Linux compiles version 2.0.11. I don't see anything telling that the Python binding has another version. However,
>>> import libtorrent
>>> libtorrent.settings_pack
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
libtorrent.settings_pack
AttributeError: module 'libtorrent' has no attribute 'settings_pack'
You may want to use
libtorrent.default_settings()
libtorrent.high_performance_seed()
s = sesison()
s=libtorrent.session()
s.get_settings()
s.apply_settings(...)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.