XpycT / retrowave-dl

retroware downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

retroware downloader

License:MIT License


Languages

Language:Go 97.0%Language:Makefile 3.0%