Skip to content

Commit c3f60c0

Browse files
feat(command): Add youtube-dl
1 parent 23afc0b commit c3f60c0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.env

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ NODE_VERSION=16.13.0
3131
TYPESCRIPT_VERSION=4.6.2
3232
TSC_VERSION=${TYPESCRIPT_VERSION}
3333
VUE_VERSION=5.0.1
34+
YOUTUBE_DL_VERSION=2022.03.08.2

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ dockerized <command>
4949
- Unix
5050
- tree
5151
- zip
52+
- Other
53+
- youtube-dl (Youtube downloader)
5254

5355

5456
## Installation

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ services:
168168
yarn:
169169
<<: *node
170170
entrypoint: [ "yarn" ]
171+
youtube-dl:
172+
image: "mikenye/youtube-dl:${YOUTUBE_DL_VERSION}"
171173
zip:
172174
image: "zip"
173175
build:

0 commit comments

Comments
 (0)