Explorar el Código

use yt-dlp throughout instead of youtube-dl

master
whiteline hace 1 año
padre
commit
a60d70d4e0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      coding-terminal
  2. +1
    -1
      youtube-mp3

+ 1
- 1
coding-terminal Ver fichero

@@ -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 Ver fichero

@@ -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

Cargando…
Cancelar
Guardar