Changed youtube-dl to yt-dlp
This commit is contained in:
parent
f8e8049a4c
commit
0f5669d700
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
youtube-dl --extract-audio --audio-format mp3 $1
|
||||
yt-dlp --extract-audio --audio-format mp3 $1
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
youtube-dl $1
|
||||
yt-dlp $1
|
||||
|
Loading…
x
Reference in New Issue
Block a user