-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
33 lines (27 loc) · 1.06 KB
/
config.ini
File metadata and controls
33 lines (27 loc) · 1.06 KB
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
[DICT_REGEX]
youtube_download = https?://.*youtube\.com/watch.*
[DICT_PROGRAMS]
program_yt = C:\Users\Pasinelli\Desktop\Archivio\Script\yt-dl\yt-dlp.exe
[FILTERS]
yt_pattern = (&list.*)
yt_replace =
[LINKS]
regex1 = youtube_download
program1 = program_yt -f 249 -x --paths "C:\Users\Pasinelli\Desktop\Archivio\Script\yt-dl\Download" --audio-format mp3 --audio-quality 6 {url}
label1 = Scarica come musica mp3 249
filter1 = yt
run_in_shell1 = false
autorun1 = false
autoclose1 = false
regex4 = youtube_download
program4 = program_yt -f 234 -x --paths "C:\Users\Pasinelli\Desktop\Archivio\Script\yt-dl\Download" --audio-format mp3 --audio-quality 6 {url}
label4 = Scarica come musica mp3 234
filter4 = yt
regex2 = youtube_download
program2 = program_yt -f 134+234 --paths "C:\Users\Pasinelli\Desktop\Archivio\Script\yt-dl\Download" {url}
label2 = Scarica come video Low 640x380
filter2 = yt
regex3 = youtube_download
program3 = program_yt --paths "C:\Users\Pasinelli\Desktop\Archivio\Script\yt-dl\Download" {url}
label3 = Scarica come video Full (the best format)
filter3 = yt