add documentation for the OUTPUT_TEMPLATE env variable
This commit is contained in:
parent
c8462012a1
commit
89dddab037
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue