Skip to content

XpycT/retrowave-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RetroWave downloader

Easy download tracks from retrowave.ru radio

Build

make build

Usage

xpyct@xpyct:$ ./retrowave-dl -h
Usage of ./retrowave-dl:
  -all
        get all possible tracks (ignoring --limit flag)
  -json
        download track list as JSON file
  -limit int
        tracks number for download (default 2)
  -out string
        directory for output
  -sync
        synchronize downloaded files

Examples of usage

Download as JSON file

retrowave-dl --json --all // output in ./downloads/soundtracks.json

Download only 10 tracks

retrowave-dl --limit 10 // output in ./downloads/**/*.mp3

Download all tracks

retrowave-dl --all // output in ./downloads/**/*.mp3

Download only new tracks

retrowave-dl --all --sync // output in ./downloads/**/*.mp3