package
0.0.0-20220910131548-a5a31e8a8009
Repository: https://github.com/donomii/racketprogs.git
Documentation: pkg.go.dev

# README

srt-collector

Downloads srt files from torrents

Install

    go get github.com/donomii/srt-collector
    go build github.com/donomii/srt-collector

Example

./main --dir='./subs/' --pick='srt$' --timeout=240 (magnet URI or .torrent file path)

Options

  • --dir
    • Output directory for srt files
  • --pick
    • A regular expression to select files. Files that match will be downloaded.
  • --timeout
    • Seconds to wait for the torrent before giving up