We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the Magnet2Torrent wiki!
yum install rb_libtorrent-python
proxysettings = lt.session_settings() proxysettings.type = lt.proxy_type.http proxysettings.hostname = '127.0.0.1' proxysettings.port = 4444
http://www.rasterbar.com/products/libtorrent/manual.html#proxy-settings
http://www.rasterbar.com/products/libtorrent/python_binding.html#using-libtorrent-in-python
http://code.google.com/p/libtorrent/issues/detail?id=36