Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
256 views

Downloading a Torrent with libtorrent-python

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': ...
1
vote
0answers
129 views

Yahoo Pipes - Prevent escaping text of a node

I'm writing a pipe to remap a few nodes in an RSS feed. Recently a new torrent namespace was created and is being used on some sites that provide bittorrent feeds. The torrent node for each item in ...
1
vote
0answers
412 views

Making a file downloadable through a torrent magnet link (command line related stuff)

This is what I want to do: 1) Have a file "test.doc". 2) Run a script. 3) Get a magnet URI that can be used in BitTorrent clients to download "test.doc". This is how I want the script to do: 1) ...
0
votes
2answers
53 views

Any way to verifiy a magnet link (Javascript)

Possibly an odd question, but I'm sure someone has thought of it before :) I'm wondering if it's at all possible to verify a given string as being a theoretically valid Magnet link, using JS. Not ...
0
votes
1answer
203 views

Magnet links library for PHP

Does anyone here know of a magnet-URI-parser for PHP? To validate it, or maybe to extract some information from it?
0
votes
1answer
197 views

Loading Magnet LINK using Rasterbar libtorrent in Python

How would one load a Magnet link via rasterbar libtorrent python binding?
0
votes
2answers
171 views

Modify Torrent file when clients are using it, possible?

I trying to build an application that is using the torrent technology to make it easier to share the files between friends. The question are, is it possible to modify a torrent at runtime and that ...
0
votes
1answer
204 views

How to use magnet links in LibTorrent lib

How to use magnet links in LibTorrent C/C++ lib? I need an simple example of working with it - Something like I give him a link he gives me a file.
0
votes
1answer
535 views

How to create a magnet link client (for ex for ThePiratBay)

How to create a magnet link downloader sharer using open source libs (C# if possible) ? What do I need: Open Source Libs/wrappers. Tutorials and blog articles on How to do it, about etc.