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
- Host: GitHub
- URL: https://github.com/snabb/torrent-remove-trackers
- Owner: snabb
- License: mit
- Created: 2020-04-26T17:32:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T16:45:58.000Z (over 3 years ago)
- Last Synced: 2024-06-20T05:02:33.186Z (about 2 years ago)
- Topics: cli, go, golang, torrent
- Language: Go
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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