aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Shnitman <alexta69@gmail.com>2021-05-18 21:05:36 +0300
committerAlex Shnitman <alexta69@gmail.com>2021-05-18 21:05:36 +0300
commit89dddab037e7ebb8428038434608d97688032874 (patch)
tree53de4205e856a0a1f18cd10a4d2a79b63fd3b3f0 /README.md
parentenvironment variable to customize output file names (diff)
downloadmetube-89dddab037e7ebb8428038434608d97688032874.tar.gz
metube-89dddab037e7ebb8428038434608d97688032874.tar.bz2
metube-89dddab037e7ebb8428038434608d97688032874.zip
add documentation for the OUTPUT_TEMPLATE env variable
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 a42c2c2..de9cc1a 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ Certain values can be set via environment variables, using the `-e` parameter on
* __DOWNLOAD_DIR__: path to where the 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`.
## Bookmarklet
bgstack15