Changed youtube-dl to yt-dlp
This commit is contained in:
parent
e9683b11d0
commit
78f09ffcd9
@ -274,7 +274,7 @@ func (track *SoundTrack) Download() error {
|
||||
|
||||
// Download
|
||||
cmd := exec.Command(
|
||||
"youtube-dl",
|
||||
"yt-dlp",
|
||||
"--no-check-certificate",
|
||||
"--extract-audio",
|
||||
"--audio-quality", "0",
|
||||
|
Loading…
Reference in New Issue
Block a user