yt-dlp: add configs

This commit is contained in:
inkch 2024-01-15 01:53:51 +09:00
parent 3a05d9a7fb
commit 42fb8f8510
2 changed files with 9 additions and 0 deletions

5
dot_config/yt-dlp/config Normal file
View File

@ -0,0 +1,5 @@
-f b
--prefer-free-formats
-o /mnt/hdd/vids/yt/%(uploader)s/%(title).250s.%(ext)s
--downloader 'aria2c'
--downloader-args 'aria2c:--console-log-level=warn -x 16 -s 32 -k 1M -U "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36 Edg/96.0.1054.34"'

View File

@ -0,0 +1,4 @@
-f 'best'
-o /mnt/hdd/vids/yt/%(uploader)s/%(playlist)s/%(playlist_index)02d_%(upload_date)s_%(title).200s.%(ext)s
--downloader 'aria2c'
--downloader-args 'aria2c:--console-log-level=warn -x 16 -s 32 -k 1M -U "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36 Edg/96.0.1054.34"'