Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 633 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 633 Bytes

anime-downloader

anime-downloader in a container

Pull from hub.docker.com:

$ docker pull queeup/anime-downloader

Pull from ghcr.io:

$ docker pull ghcr.io/queeup/anime-downloader

Volumes:

  • -v config:/config
  • -v download:/download

Example usage:

docker run --rm --network=host -ti \
    -v ~/anime:/downloads \
    -v ~/anime/.config:/config \
    queeup/anime-downloader:latest --help

Note: You can use aria2.conffile (you have to create yourself) for changing your aria2 options on your config directory.