sam0x17 / magnetfilter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%