diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-21 16:42:44 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-21 16:42:44 +0100 |
commit | d1bb76f314232f30faeb863a83af9f21e63fe75d (patch) | |
tree | 1cc312239eeda92203b226eb146a4c6448194058 | |
parent | e5c04e7544da3d83deed708ce4fd02f1aa6108f3 (diff) | |
download | dotfiles-d1bb76f314232f30faeb863a83af9f21e63fe75d.tar.gz dotfiles-d1bb76f314232f30faeb863a83af9f21e63fe75d.tar.bz2 dotfiles-d1bb76f314232f30faeb863a83af9f21e63fe75d.zip |
(ytdl)+yt-dlp config
-rw-r--r-- | ytdl/.config/yt-dlp/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ytdl/.config/yt-dlp/config b/ytdl/.config/yt-dlp/config new file mode 100644 index 0000000..62ad005 --- /dev/null +++ b/ytdl/.config/yt-dlp/config @@ -0,0 +1,3 @@ +--format "bestvideo[height<=1080][fps<=60]+bestaudio/best[height<=1080]" +--force-ipv4 +-o "~/Media/videos/%(title)s.%(ext)s"
\ No newline at end of file |