Skip to content

download your favorite musics from radiojavan 👨‍🎤

License

Notifications You must be signed in to change notification settings

1995parham/radiojavan.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 👨‍🎤

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages