Skip to content

a python utility for adding the best current trackers to a magnet link

Notifications You must be signed in to change notification settings

sam0x17/magnetfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Magnet Link Filter Utility

This simple python script can be used to add the best current trackers to an existing magnet link. HTTP trackers are added first, followed by the top 20 current trackers. The reason for this is rtorrent has a known problem with UDP trackers, so I like those to be listed last. The utility also replaces zer0day.ch with tracker.zer0day.to.

Usage

$ ./magnetfilter.py [magnet link here]

The filtered magnet link will be printed to the terminal

Alias

You can create an alias for magnet filter so it can be used from the terminal like a command by appending something like the following to your ~/.bashrc file:

alias magnetfilter='python ~/magnetfilter/magnetfilter.py'

About

a python utility for adding the best current trackers to a magnet link

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages