Changed youtube-dl to yt-dlp
This commit is contained in:
parent
f0bb95cafd
commit
324d73a23a
@ -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…
Reference in New Issue
Block a user