Skip to content

queeup-Containers/animdl-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: