Scritps Shell para baixar e concatenar áudios



crie um script.sh com o nome baixar_playlist_youtube_wav.sh e coloque o texto abaixo


#/bin/bash
youtube-dl -f 22/best --extract-audio --audio-format wav -o '%(title)s.%(ext)s' https://youtube.com/playlist?list=PLj9vD4Ju84SX8f0GhsJ-C5sB8Cx5JWaT4

#sleep 5

./1renomeia_wav.sh

Comentários