use yt-dlp throughout instead of youtube-dl
This commit is contained in:
parent
46208abf80
commit
a60d70d4e0
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user