Changed youtube-dl to yt-dlp

This commit is contained in:
Marcin Woźniak 2021-10-23 22:10:13 +02:00
parent f0bb95cafd
commit 324d73a23a
Signed by: y0rune
GPG Key ID: F204C385F57EB348
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
youtube-dl --extract-audio --audio-format mp3 $1
yt-dlp --extract-audio --audio-format mp3 $1

View File

@ -1,2 +1,2 @@
#!/bin/bash
youtube-dl $1
yt-dlp $1