An open API service indexing awesome lists of open source software.

https://github.com/snabb/torrent-remove-trackers

Simple command line tool to remove all trackers from torrent files
https://github.com/snabb/torrent-remove-trackers

cli go golang torrent

Last synced: 5 months ago
JSON representation

Simple command line tool to remove all trackers from torrent files

Awesome Lists containing this project

README

          

torrent-remove-trackers
=======================

Very simple command line tool for removing all trackers from torrent file(s).

Requirements: Go compiler 1.13 or later

Installation:
```
git clone https://github.com/snabb/torrent-remove-trackers.git
cd torrent-remove-trackers
go build .
```

Usage:
```
torrent-remove-trackers foo1.torrent ..
```

Uses Matt Joiner's excellent torrent library: https://github.com/anacrolix/torrent