twitch-dl/docs/advanced.md
2022-03-13 14:11:59 +01:00

12 lines
282 B
Markdown

# 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
```