Browse Source

use yt-dlp throughout instead of youtube-dl

master
whiteline 1 year ago
parent
commit
a60d70d4e0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      coding-terminal
  2. +1
    -1
      youtube-mp3

+ 1
- 1
coding-terminal View File

@@ -1,4 +1,4 @@
#!/bin/sh
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

+ 1
- 1
youtube-mp3 View File

@@ -1,2 +1,2 @@
#!/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…
Cancel
Save