diff options
Diffstat (limited to 'home/.config/yt-dlp')
-rw-r--r-- | home/.config/yt-dlp/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/.config/yt-dlp/config b/home/.config/yt-dlp/config new file mode 100644 index 0000000..16dcbd7 --- /dev/null +++ b/home/.config/yt-dlp/config @@ -0,0 +1,9 @@ +# ignore unavailable videos +-i +# not interested in getting videos with a resolution higher than 1080p +-f bv*[height<=1080]+ba/b[height<=1080] +--sub-lang en,eng,pt,pt_pt,es,es_es +--embed-subs + +--embed-thumbnail +--embed-metadata |