SkillAgentSearch skills...

Radiojavan.sh

download your favorite musics from radiojavan :man_singer:

Install / Use

/learn @1995parham/Radiojavan.sh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars25
CategoryDevelopment
Updated6mo ago
Forks2

Languages

Shell

Security Score

87/100

Audited on Oct 6, 2025

No findings