-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSettingsTemplate.yaml
45 lines (44 loc) · 1.3 KB
/
SettingsTemplate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
body:
- type: input
attributes:
name: download_path
label: "Download path:"
description: "Enter the path where you want to save the downloaded files."
defaultValue: "%USERPROFILE%\\Downloads"
- type: dropdown
attributes:
name: sorting_order
label: "Sorting order:"
defaultValue: "Resolution"
description: "Select the sorting order for the results."
options:
- Resolution
- File Size
- Total Bitrate
- FPS
- type: dropdown
attributes:
name: preferred_video_format
label: "Preferred Video format:"
defaultValue: "mp4"
description: "Select the preferred video format for downloading videos."
options:
- mp4
- mkv
- avi
- flv
- mov
- webm
- type: dropdown
attributes:
name: preferred_audio_format
label: "Preferred Audio format:"
defaultValue: "mp3"
description: "Select the preferred audio format for downloading audio."
options:
- mp3
- m4a
- wav
- flac
- aac
- opus