Minor edits
This commit is contained in:
parent
506524281b
commit
9e5f10a412
2 changed files with 7 additions and 5 deletions
|
|
@ -40,6 +40,7 @@ presets:
|
|||
only_recent_date_range: "{date_range}"
|
||||
only_recent_max_files: 0
|
||||
|
||||
|
||||
chunk_initial_download:
|
||||
ytdl_options:
|
||||
max_downloads: 20
|
||||
|
|
|
|||
|
|
@ -5,15 +5,11 @@ presets:
|
|||
ytdl_options:
|
||||
merge_output_format: "mp4"
|
||||
|
||||
max_1080p:
|
||||
format: "(bv*[height<=1080]+bestaudio/best[height<=1080])"
|
||||
ytdl_options:
|
||||
merge_output_format: "mp4"
|
||||
|
||||
"Best AV Quality":
|
||||
preset:
|
||||
- best_video_quality
|
||||
|
||||
|
||||
"Max 2160p":
|
||||
format: "(bv*[height<=2160]+bestaudio/best[height<=2160])"
|
||||
ytdl_options:
|
||||
|
|
@ -24,6 +20,11 @@ presets:
|
|||
ytdl_options:
|
||||
merge_output_format: "mp4"
|
||||
|
||||
max_1080p:
|
||||
format: "(bv*[height<=1080]+bestaudio/best[height<=1080])"
|
||||
ytdl_options:
|
||||
merge_output_format: "mp4"
|
||||
|
||||
"Max 1080p":
|
||||
preset:
|
||||
- max_1080p
|
||||
|
|
|
|||
Loading…
Reference in a new issue