Skip to content

Releases: unethicalteam/rmBitTrackers

rmBitTrackers: v1.1.0

19 Nov 06:49

Choose a tag to compare

added magnet link and hash output
primarily intended for use in... debrid services.

Usage: rmBitTrackers(.exe) [options] <torrent-file> [output-path]
Options:
  --verbose          Enable verbose output
  --version          Show version information
  --help             Show this help message

Examples:
  rmBitTrackers(.exe) --verbose example.torrent
  rmBitTrackers(.exe) example.torrent ./modified/example.torrent
  rmBitTrackers(.exe) --help

want to build it yourself?
just run go build -o rmBitTrackers(.exe), if you have Go installed.

rmBitTrackers Public Release

12 Nov 03:06

Choose a tag to compare

initial release of rmBitTrackers
primarily intended for use in... debrid services.

Usage: rmBitTrackers.exe [options] <torrent-file> [output-path]
Options:
  --verbose          Enable verbose output
  --version          Show version information
  --help             Show this help message

Examples:
  rmBitTrackers.exe --verbose example.torrent
  rmBitTrackers.exe example.torrent ./modified/example.torrent
  rmBitTrackers.exe --help

want to build it yourself?
just run build.bat, if you have Go installed.