Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 539 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 539 Bytes

Musgas

A program for downloading music.

Musgas uses a CSV file with the video url, name, start and end times to download the video, convert to mp3, and cut at the specified times.

Installation

Requirements:

  • Crystal language (1.7.2)
  • ffmpeg (n5.1.2)
  • yt-dlp (2023.02.17)
make setup

Usage

CSV file example:

musga 1, https://www.youtube.com/watch?v=xpto, 0:00, 4:00
musga 2, https://www.youtube.com/watch?v=bla, 0:27, 1:16

Example of use:

musgas download -f ~/musgas.csv