magnet-uri Questions

2

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 ...
Duffer asked 13/11, 2015 at 14:7

1

Solved

The Battlestar Galactica here http://kickasstorrentsan.com/usearch/Battlestar%20Galactica/ can be downloaded with deluge. Now i scrap the magnet with firebug on the web page. It can be verifi...
Disinfect asked 12/7, 2016 at 2:41

2

Solved

Is there a way to generate .torrent file from a magnet link using the MonoTorrent .Net library? If so can someone explain with an example? I searched the site as well as googled but cant find a sol...
Necroscopy asked 26/6, 2013 at 19:57

1

Solved

I am trying to fetch meta data of around 10k+ torrents per day using python libtorrent. This is the current flow of code Start libtorrent Session. Get total counts of torrents we need metadata f...
Advisement asked 30/9, 2015 at 13:4

0

I strongly believe that MonoTorrent library can do this, but it is probably due to the lack of documentation that I haven't been able to get it working. To start with, MonoTorrent seems to be able...
Poultry asked 20/3, 2015 at 19:35

1

Solved

I was wondering if someone knows what a "hash" in a BitTorrent client is referring to, it is clearly not the hashcode of the file, but something different. I think thats more a magnet link to a fi...
Gavel asked 25/1, 2015 at 19:50

6

For the first time I used a magnet link. Curious about how it works, I looked up the specs and didn't find any answers. The wiki says xt means "exact topic" and is followed by the format (btih in t...
Changeless asked 2/10, 2010 at 5:27

2

Solved

I'm trying to take a magnet link (ie. magnet:?xt=urn:btih:640FE84C613C17F663551D218689A64E8AEBEABE) and fetch the metadata for it (title, files, comment, whatever else comes with a .torrent file). ...
Friday asked 27/5, 2013 at 19:47

1

Solved

I've been trying to understand the torrent-magnet technology, but I can't seem to figure out how you get connected to the first peer when opening a magnet link. When you get a magnet link like bel...
Bubalo asked 4/3, 2013 at 21:16

1

Solved

I need a way to convert .torrents into magnet links. Would like a way to do so in python. Are there any libraries that already do this?
Hausner asked 18/9, 2012 at 14:55

1

Solved

I was searching how to pass an argument in torrent_info() function during the use of magnet links in libtorrent. Especially my target is to analyze peers and pieces. With the use of .torrent file t...
Natachanatal asked 20/4, 2012 at 18:10

1

Solved

I'm trying to understand how can a magnetic link work, as I've read they use DHT and PEX to get the peers, but if I'm a new node in the network how can I find peers with only the hash of the file?!...
Corelli asked 12/6, 2012 at 15:24

2

Solved

I have the following python code: import libtorrent as lt import time ses = lt.session() ses.listen_on(6881, 6891) params = { 'save_path': '/home/downloads/', 'storage_mode': lt.storage_mode_t(...
Edee asked 2/7, 2011 at 11:11

1

Solved

How would one load a Magnet link via rasterbar libtorrent python binding?
Traditionalism asked 18/5, 2011 at 22:45
1

© 2022 - 2024 — McMap. All rights reserved.