@hackage wsedit0.1.0.0
A small tool to list, add and remove webseeds from a torrent file
Categories
License
GPL-3.0-only
Maintainer
Linus Lüssing <linus.luessing@web.de>
Links
- Documentation
- No source repository
- Security
Versions
- 0.1.0.0 Tue, 22 May 2012
Installation
Dependencies (0)
- base >=4.5 && <4.6
- bencode >=0.5 && <0.6
- bytestring >=0.9 && <0.10
- containers >=0.4 && <0.5
- directory >=1.1 && <1.2
- safe >=0.3 && <0.4 Show all…
Dependents (1)
@hackage/acme-everything
This package provides a program to modify BEP-19 webseeds (GetRight style) of a torrent file.
Currently it allows to:
list all webseeds (
--list-webseeds)append a webseed (
--add-webseed <url>)remove a webseed (
--remove-webseed <n>)remove all webseeds (
--remove-all-webseeds)
Also see:
wsedit --help