mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Document temp file shenanigans
This commit is contained in:
parent
c510d5aae4
commit
cdc0495cf1
11
README.md
11
README.md
@ -146,6 +146,17 @@ twitch-dl download -q 720 VenomousTameWormHumbleLife
|
|||||||
|
|
||||||
Note that twitch names for clip qualities have no trailing "p".
|
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
|
Man page
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user