Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (22 loc) · 699 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 699 Bytes

Radio Javan Downloader

This tool simply allows you download a song, podcast, or an entire playlist from RadioJavan website.

Running as CLI

Installation

npm install radiojavan-dl -g

Usage

radiojavan-dl <song-url|podcast-url|playlist-url> [<directory>]

Example:

radiojavan-dl https://www.radiojavan.com/mp3s/mp3/Ebi-Jane-Javani

This will save Ebi-Jane-Javani.mp3 in your current directory. However if you want to save it in a different directory, provide it as the second parameter.

radiojavan-dl https://www.radiojavan.com/mp3s/mp3/Ebi-Jane-Javani temp

Which will store the file under ./temp

Licence

MIT