twitch-dl/docs/advanced.md

12 lines
282 B
Markdown
Raw Permalink Normal View History

2022-02-23 20:54:56 +00:00
# Advanced
## Temporary files
By default, twitch-dl will download VODs to your systems temp dir (e.g. `/tmp/`
on Linux). To change the location where the files are downloaded you can set
the `TMP` environment variable, e.g.
```
TMP=/my/tmp/path/ twitch-dl download 221837124
```