use yt-dlp throughout instead of youtube-dl

This commit is contained in:
whiteline 2022-08-14 22:53:26 +02:00
parent 46208abf80
commit a60d70d4e0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
xrdb -merge ~/.Xresources.green xrdb -merge ~/.Xresources.green
urxvt -fn xft:inconsolata-22 -letsp -1 -im none & urxvt -fn xft:inconsolata-28 -letsp -1 -im none &
xrdb -merge ~/.Xresources xrdb -merge ~/.Xresources

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
youtube-dl --extract-audio --audio-format mp3 -f best -o "%(playlist_index)s - %(title)s.%(ext)s" $1 yt-dlp --extract-audio --audio-format mp3 -f best -o "%(playlist_index)s - %(title)s.%(ext)s" $1