Skip to content

u20024804/mag2tor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mag2tor - Convert magnet link to torrent file.

USAGE: mag2tor.py <magnet_link1> [<magnet_link2> ...]
    or mag2tor <magnet_link>

mag2tor tries to get .torrent file for each magnet link specified on
its commandline and write it into the current directory. For this it
needs working Internet connection and at least one active
seeder/leecher for the magnet/torrent. NOTE: waiting for magnet may
take days or even forever.

The mag2tor.py script has been inspired by the Magnet2Torrent from
https://github.com/danfolkes/Magnet2Torrent.git. It requires Python,
libtorrent-rasterbar, libboost and Python bindings for
libtorrent-rasterbar.

C++ version of mag2tor works almost the same way as mag2tor.py but
doesn't require Python and Python bindings for libtorrent-rasterbar.

About

Convert magnet link to torrent file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.0%
  • Python 20.1%
  • Makefile 2.9%