diff options
Diffstat (limited to 'dot_config/yt-dlp/config')
| -rw-r--r-- | dot_config/yt-dlp/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot_config/yt-dlp/config b/dot_config/yt-dlp/config new file mode 100644 index 0000000..16dcbd7 --- /dev/null +++ b/dot_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 |
