diff options
author | Guangxiong Lin <[email protected]> | 2021-10-31 23:22:53 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-10-31 23:22:53 +0800 |
commit | cb58ef3ad9a8a4476cdf09454d3e652687e8fd90 (patch) | |
tree | 14b929db5faea4f1b43aa9040a237d3e68c5bcf6 /.config/youtube-dl | |
parent | 6211d3fb8f7d001a59ca6f2323d037ed42ac1c2d (diff) | |
download | dotfiles-cb58ef3ad9a8a4476cdf09454d3e652687e8fd90.tar.gz dotfiles-cb58ef3ad9a8a4476cdf09454d3e652687e8fd90.tar.bz2 dotfiles-cb58ef3ad9a8a4476cdf09454d3e652687e8fd90.zip |
Add youtube-dl config
Diffstat (limited to '.config/youtube-dl')
-rw-r--r-- | .config/youtube-dl/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config new file mode 100644 index 0000000..b622a2c --- /dev/null +++ b/.config/youtube-dl/config @@ -0,0 +1 @@ +-o '~/Downloads/%(title)s.%(ext)s' |