Sign inSign up

queeup/animdl-container

By queeup

Updated over 2 years ago

Fast, powerful and light-weight anime downloader and streamer.

Image
0

1.4K

queeup/animdl-container repository overview

animdl-container

A highly efficient, fast, powerful and light-weight anime downloader and streamer for your favorite anime.

Powered by animdl

Pull from hub.docker.com
docker pull queeup/animdl-container
Pull from ghcr.io
docker pull ghcr.io/queeup-containers/animdl-container
Volumes
  • -v $HOME/Downloads:/downloads
  • -v $HOME/.config/animdl_config.yml:/config/animdl_config.yml
Environment
  • ANIMDL_CONFIG=/config/animdl_config.yml

Example usage:

  • Print animdl help

    docker run --rm --interactive --tty --name animdl \
        queeup/animdl-container --help
    
  • Search an anime

    docker run --rm --interactive --tty --name animdl \
        queeup/animdl-container search chainsaw
    
  • Grab an anime's episode link

    docker run --rm --interactive --tty --name animdl \
        --volume "$HOME/Downloads:/downloads" \
        queeup/animdl-container grab --index 1 --range 1 "One piece"
    
  • Download an anime:

Tag summary

Content type

Image

Digest

sha256:56180dd26

Size

34.5 MB

Last updated

over 2 years ago

docker pull queeup/animdl-container