Kaynağa Gözat

use yt-dlp throughout instead of youtube-dl

master
whiteline 1 yıl önce
ebeveyn
işleme
a60d70d4e0
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +1
    -1
      coding-terminal
  2. +1
    -1
      youtube-mp3

+ 1
- 1
coding-terminal Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet