aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorÖmer Erdinç Yağmurlu <omeryagmurlu@gmail.com>2021-07-25 00:31:58 +0200
committerÖmer Erdinç Yağmurlu <omeryagmurlu@gmail.com>2021-07-25 00:31:58 +0200
commitdabaae58e2f91b714ae94c5717b1d8d2592a78de (patch)
treed7cc62a8c53efa7ad16e9ee888fdff1eb68a7a15 /README.md
parentfirefox bookmarklet (diff)
downloadmetube-dabaae58e2f91b714ae94c5717b1d8d2592a78de.tar.gz
metube-dabaae58e2f91b714ae94c5717b1d8d2592a78de.tar.bz2
metube-dabaae58e2f91b714ae94c5717b1d8d2592a78de.zip
Add AUDIO_DOWNLOAD_DIR option
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3997f46..4942bad 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ services:
Certain values can be set via environment variables, using the `-e` parameter on the docker command line, or the `environment:` section in docker-compose.
* __DOWNLOAD_DIR__: path to where the downloads will be saved. Defaults to `/downloads` in the docker image, and `.` otherwise.
+* __AUDIO_DOWNLOAD_DIR__: path to where the audio downloads will be saved. Defaults to `/downloads` in the docker image, and `.` otherwise.
* __URL_PREFIX__: base path for the web server (for use when hosting behind a reverse proxy). Defaults to `/`.
* __OUTPUT_TEMPLATE__: the template for the filenames of the downloaded videos, formatted according to [this spec](https://github.com/ytdl-org/youtube-dl/blob/master/README.md#output-template). Defaults to `%(title)s.%(ext)s`.
bgstack15