aboutsummaryrefslogtreecommitdiff
path: root/ytdl
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-08-21 16:42:44 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-08-21 16:42:44 +0100
commitd1bb76f314232f30faeb863a83af9f21e63fe75d (patch)
tree1cc312239eeda92203b226eb146a4c6448194058 /ytdl
parente5c04e7544da3d83deed708ce4fd02f1aa6108f3 (diff)
downloaddotfiles-d1bb76f314232f30faeb863a83af9f21e63fe75d.tar.gz
dotfiles-d1bb76f314232f30faeb863a83af9f21e63fe75d.tar.bz2
dotfiles-d1bb76f314232f30faeb863a83af9f21e63fe75d.zip
(ytdl)+yt-dlp config
Diffstat (limited to 'ytdl')
-rw-r--r--ytdl/.config/yt-dlp/config3
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