Changed youtube-dl to yt-dlp

This commit is contained in:
Marcin Woźniak 2021-10-23 22:10:13 +02:00
parent 6d3722742a
commit 5e9014af03
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