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

queeup-Containers/anime-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.