python - How to download identical torrents through libtorrent? -


i use python bindings libtorrent. works fine.

but there 1 problem: 2+ identical torrents download. added @ different times , downloaded in different folders. different instances torrent_handle receive same instance torrent_info:

print handle, handle.get_torrent_info() ...

<libtorrent.torrent_handle object @ 0x80425f6e0> <libtorrent.torrent_info object @ 0x802289fa0> <libtorrent.torrent_handle object @ 0x80425f758> <libtorrent.torrent_info object @ 0x802289fa0> <libtorrent.torrent_handle object @ 0x80425f7d0> <libtorrent.torrent_info object @ 0x802289fa0>

how can correct in libtorrent download multiple identical torrents?

is not standard case rare situation.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -