Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 566 Bytes

music-downloader

This Python script uses asynchronous features to search for and download music faster across multiple websites.

Features

Searches over 1000 websites for music download links. Downloads music files concurrently using asynchronous tasks. Provides feedback on successful downloads and missing files.

Requirements

Python 3.7+, aiohttp, asyncio

Usage

Install the required libraries: pip install aiohttp Run the script: python main.py Enter the desired music name when prompted. The script will search for the music and download it if found.