Add res cap for yt-dlp

This commit is contained in:
Yan Lin 2025-10-08 09:02:57 +02:00
parent 797f69a5bf
commit 52077238a7

View file

@ -46,7 +46,7 @@ in
# Create yt-dlp configuration file # Create yt-dlp configuration file
home.file.".config/yt-dlp/config".text = '' home.file.".config/yt-dlp/config".text = ''
# Quality settings # Quality settings
--format "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best" --format "bestvideo[ext=mp4][height<=1080]+bestaudio[ext=m4a]/best[ext=mp4][height<=1080]/best"
--merge-output-format mp4 --merge-output-format mp4
# Download options # Download options