LinuxCommandLibrary

isisdl

A downloading utility for ISIS of TU-Berlin. Download all your files and videos from ISIS.

TLDR

Start the synchronization process

$ isisdl
copy


Limit the download rate to 20 MiB/s and download with 5 threads
$ isisdl --download-rate [20] --max-num-threads [5]
copy


Run the initialization configuration wizard
$ isisdl --init
copy


Run the additional configuration wizard
$ isisdl --config
copy


Initiate a full synchronization of the database and compute the checksum of every file
$ isisdl --sync
copy


Start ffmpeg to compress downloaded videos
$ isisdl --compress
copy

Copied to clipboard