No commit activity in last 3 years
No release in over 3 years
Downloads songs from pzmp3.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 1.4.0
 Project Readme

pzmp3_downloader

Code Climate

Information

pzmp3_downloader is a song downloader for http://pzmp3.com/

Getting Started

Just require the gem:

require 'pzmp3_downloader'

Then call the downloader with:

downloader = Downloader::Pzmp3.new

Album

Set the url of the album you want to download by:

downloader.download_album 'http://pzmp3.com/music/album/3727/Good-Girl-Gone-Bad.html'

This will automatically create a folder named 'Good Girl Gone Bad' and will download every song (listed at the website) of the Rihanna's 'Good Girl Gone Bad'.

Single Song

If you want to download a single song:

downloader.download 'http://pzmp3.com/music/song/28579/The-Real-Slim-Shady.html'

This will download the Eminem's 'The Real Slim Shady' song as a file called 'Eminem - The Real Slim Shady.mp3'

Contributors

Brian Díaz https://github.com/briandiaz