Skip to content

eatnumber1/tcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcheck

Check / verify individual files in a larger torrent

Usage

usage: tcheck.py [-h] [--checkers CHECKERS] [--loglevel LOGLEVEL]
                 [--datadir DATADIR]
                 torrent_file data_file_globs [data_file_globs ...]

Verify downloaded torrents

positional arguments:
  torrent_file
  data_file_globs

optional arguments:
  -h, --help           show this help message and exit
  --checkers CHECKERS
  --loglevel LOGLEVEL
  --datadir DATADIR

Example

tcheck.py \
    --checkers=16 \
    --datadir=$PWD/data \
    linux_isos_2019.torrent \
    'ubuntu_10.18*/**'

About

Check / verify individual files in a larger torrent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages