diff options
author | tsxv478 <vt0451@yandex.ru> | 2023-03-06 02:28:40 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2023-03-06 02:28:40 +0300 |
commit | 2ab24956c58d59c07dde559fb45333b687b257cd (patch) | |
tree | 3393b42395ee27634f024b0a283d7776fe1b2226 | |
parent | 4cc3ef7ba204858388db83eeb407a4a2465c86c9 (diff) |
yt-dlp
-rw-r--r-- | yt-dlp/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yt-dlp/config b/yt-dlp/config new file mode 100644 index 0000000..b26b3b5 --- /dev/null +++ b/yt-dlp/config @@ -0,0 +1,3 @@ +--restrict-filenames +-f 'bestvideo[height<=?1080]+bestaudio/best' +-o $HOME/vid/"%(uploader)s--%(title)s.%(ext)s" |