Document temp file shenanigans

This commit is contained in:
Ivan Habunek 2020-09-29 10:57:28 +02:00
parent c510d5aae4
commit cdc0495cf1
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -146,6 +146,17 @@ twitch-dl download -q 720 VenomousTameWormHumbleLife
Note that twitch names for clip qualities have no trailing "p".
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
```
Man page
--------