add yt dlp docker
This commit is contained in:
parent
701277ceeb
commit
36d98d4cac
1 changed files with 14 additions and 0 deletions
14
dockers/yt/Dockerfile
Normal file
14
dockers/yt/Dockerfile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
FROM ubuntu:22.04
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -y software-properties-common
|
||||
|
||||
RUN add-apt-repository ppa:tomtomtom/yt-dlp
|
||||
|
||||
RUN apt-get install -y yt-dlp
|
||||
|
||||
WORKDIR /downloads
|
||||
|
||||
ENTRYPOINT ["yt-dlp"]
|
||||
# docker run -v $(pwd):/downloads yt "https://www.youtube.com/watch?v=wjZofJX0v4M"
|
||||
Loading…
Add table
Add a link
Reference in a new issue