Add res cap for yt-dlp
This commit is contained in:
parent
797f69a5bf
commit
52077238a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue