Radio Javan Downloader

This Python script allows you to download songs from Radio Javan by providing the URL of the song you want to download. It utilizes web scraping and requests to extract and download the song file.

Prerequisites

Before using this script, make sure you have the following prerequisites installed:

  • Python 3.x
  • Python libraries mentioned in requirements.txt

You can install the required libraries using the following command:

pip install -r requirements.txt

Usage

  1. Open a terminal or command prompt.
  2. Navigate to the directory containing the rj_downloader.py script.

To download a song, run the script with the URL of the song as an argument:

python rj_downloader.py url

Replace the URL with the Radio Javan song URL you want to download.

The script will extract the song information, find the download link, and save the song as an MP3 file in the current directory.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • This script was created for educational and personal use purposes.
  • Radio Javan is a registered trademark, and this script is not affiliated with or endorsed by Radio Javan.

Feel free to use, modify, and distribute this script as needed. If you encounter any issues or have suggestions for improvements, please open an issue or create a pull request.