Skip to content
mattias-ohlsson edited this page Jul 29, 2012 · 5 revisions

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

Clone this wiki locally