Skip to main content

Search and download any music from freemp3cloud.com

Project description

FreeMp3Cloud Downloader

A lightweight wrapper around FreeMp3Cloud.com to download songs by the given query.

Installation

pip install mp3cloud

Note cURL should be installed

Usage

CLI

Downloading a song:

python -m mp3cloud "[TRACK_NAME] [ARTIST_NAME]"

Getting all the URLs provided for the query gathered in a .txt file:

python -m mp3cloud "[TRACK_NAME] [ARTIST_NAME]" --save-urls --no-download

Python programs

Seeing the results of the query:

from mp3cloud import search

songs = search("[TRACK_NAME] [ARTIST_NAME]")
for song in songs:
    print(song.name, song.artist, song.url, song.duration, song.is_high_quality)

To download a song:

from mp3cloud.utils import download_song
download_song(songs[0])

Todo

  • Setting metadata for the downloaded song
  • Filter by quality
  • Checking the availablity of cURL
  • Add docs for the functions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mp3cloud-0.1.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

mp3cloud-0.1.1-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page