This app downloads videos from the 10Play website.
Forked from https://github.com/billybanana80/ozivine/tree/Ozivine_v1.5?tab=readme-ov-file
You will need a 10Play account.
You will also need to map a local directory to /app/downloads.
docker run -d \
--name=10PlayDownloader \
-p 7023:7023 \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-v path/to/config//10PlayDownloader/config:/config \
-v path/to/download/10Play/app/downloads:/app/downloads \
--restart unless-stopped \
deanj93/ozivine-10play:latest
services:
10play:
image: deanj93/ozivine-10play # Uses the pre-built image from Docker Hub
container_name: 10play_container
ports:
- "7023:7023" # Maps port 7023 on the host to port 7023 in the container
environment:
N_m3u8DL-RE: "/app/linux/N_m3u8DL-RE_Beta_linux-x64/N_m3u8DL-RE"
volumes:
- c:\downloads\:/app/downloads # Mounts the local Downloads folder to /app/downloads in the container
stdin_open: true
tty: true
Content type
Image
Digest
sha256:2a44f176a…
Size
434.6 MB
Last updated
6 months ago
docker pull deanj93/ozivine-10play