Skip to content
Snippets Groups Projects
Commit f9e5580b authored by Mitchell's avatar Mitchell
Browse files

Merge branch 'container-update' into 'master'

Changed to ubuntu container and changed yt-dlp commands

See merge request !16
parents 61de0871 7eb235de
No related branches found
No related tags found
1 merge request!16Changed to ubuntu container and changed yt-dlp commands
Pipeline #119 passed
FROM eclipse-temurin:11-alpine
FROM eclipse-temurin:11
RUN apk update && apk add yt-dlp
RUN apt update && apt install yt-dlp --yes
RUN mkdir /opt/app /config
COPY build/libs/app.jar /opt/app
......
......@@ -25,8 +25,10 @@ download:
- "--retries"
- "infinite"
- "--write-thumbnail"
- "--format"
- "--merge-output-format"
- "mp4"
- "--format"
- "bestvideo+bestaudio[ext=m4a]/best"
security:
username: "username"
......
......@@ -19,5 +19,7 @@ download:
- "--retries"
- "infinite"
- "--write-thumbnail"
- "--format"
- "--merge-output-format"
- "mp4"
- "--format"
- "bestvideo+bestaudio[ext=m4a]/best"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment