1995parham / radiojavan.sh

download your favorite musics from radiojavan :man_singer:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

radiojavan.sh

Music is Fun

GitHub Workflow Status

Introduction

Radiojavan is an Iranian music website (like Spotify), and sometimes you want to download a music from it. In these times you can use this script. Please consider copyright of downloaded music. This script tries the following CDN of Radiojavan to find your given music, maybe they are changed in the future.

In Action

./radiojavan.sh moein-z pedar-khandeh

Bulk Download

Create file with followin structure and named it urls. each line must have only one music URL.

https://www.radiojavan.com/mp3s/mp3/Bahram-Intro-(Sokoot)

then run following bash command.

for url in $(cat urls); do
    ./radiojavan.sh -o ~/Downloads $url
done

About

download your favorite musics from radiojavan :man_singer:

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%