Minor edits

This commit is contained in:
Qualis Svagtlys 2024-01-02 11:14:55 -06:00
parent 506524281b
commit 9e5f10a412
2 changed files with 7 additions and 5 deletions

View file

@ -40,6 +40,7 @@ presets:
only_recent_date_range: "{date_range}" only_recent_date_range: "{date_range}"
only_recent_max_files: 0 only_recent_max_files: 0
chunk_initial_download: chunk_initial_download:
ytdl_options: ytdl_options:
max_downloads: 20 max_downloads: 20

View file

@ -5,15 +5,11 @@ presets:
ytdl_options: ytdl_options:
merge_output_format: "mp4" merge_output_format: "mp4"
max_1080p:
format: "(bv*[height<=1080]+bestaudio/best[height<=1080])"
ytdl_options:
merge_output_format: "mp4"
"Best AV Quality": "Best AV Quality":
preset: preset:
- best_video_quality - best_video_quality
"Max 2160p": "Max 2160p":
format: "(bv*[height<=2160]+bestaudio/best[height<=2160])" format: "(bv*[height<=2160]+bestaudio/best[height<=2160])"
ytdl_options: ytdl_options:
@ -24,6 +20,11 @@ presets:
ytdl_options: ytdl_options:
merge_output_format: "mp4" merge_output_format: "mp4"
max_1080p:
format: "(bv*[height<=1080]+bestaudio/best[height<=1080])"
ytdl_options:
merge_output_format: "mp4"
"Max 1080p": "Max 1080p":
preset: preset:
- max_1080p - max_1080p