Small CLI Download Tool written in the Go Language to Download Episodes from amalgam-fansubs.moe or Music from detektiv-conan.ch. Forked & Modified from the Original Repository: GitLab Repo.
Download the binary for your system from the release page.
If you want to build it yourself, simply clone this repository and use the makefile for building and installing it.
# local/test linux build
$ make build
# install it to your GOPATH (linux)
$ make install
# uninstall from your GOPATH (linux)
$ make uninstall
# build for windows
$ make windows
# build for mac
$ make mac
$ adcl <subcommand> <action> [flags] <parameter>
Subcommands:
- episodes
- music
Actions:
- download
- list
$ adcl -h
$ adcl episodes list
$ adcl episodes l
- --dlink, -d: show the default download link
- --gdrive, -g: show an indicator if a google drive download link is available
- --format <value>, -f <value>: set the output format. Available values: csv, html, md
$ adcl episodes download <episode_numbers>
$ adcl episodes d <episode_numbers>
<episode_numbers> is a separated list of episode numbers: 1 2 3 4. In addition you can provide ranges within this list: 1 2 3-8 10.
# example
$ adcl episodes d 710 840-845 870
- --gdrive, -g: download the episode from google drive
$ adcl music list
$ adcl music l
- --format <value>, -f <value>: set the output format. Available values: csv, html, md
$ adcl music download <music_ids>
$ adcl music d <music_ids>
<music_ids> is a separated list of music IDs matching the IDs in the list: 1 2 3 4. In addition you can provide ranges within this list: 1 2 3-8 10.
# example
$ adcl music d 1 3-6 22
- --unzip, -u: extract the zip archive after download
- --keepArchive, -k: do not remove the archive after extraction