manga-dlp/docker/rootfs/app/schedules/daily.sh

8 lines
132 B
Bash
Raw Permalink Normal View History

2022-05-29 19:11:38 +02:00
#!/bin/bash
2022-05-29 20:41:10 +02:00
python3 /app/manga-dlp.py \
2022-05-29 19:11:38 +02:00
--path /app/downloads \
--read /app/mangas.txt \
--chapters all \
2022-12-30 01:46:53 +01:00
--wait 2