RMD
This is a simple CLI music downloader for Vietnamese music site.
This gem support MacOS / Linux (I'm not sure if it can run on Windows).
Installation
Install it as:
$ gem install rmd
Usage
Usage:
rmd download [LINK]
Options:
-d, [--folder=FOLDER] # Choose specific folder to put the downloaded file
[--fast], [--no-fast] # Use multithread to enable faster download, default: false
Download a song
$ rmd download http://www.nhaccuatui.com/bai-hat/dors-mon-ange-mozart-lopera-rock.dDXGBGls3Rik.html
Start processing http://www.nhaccuatui.com/bai-hat/dors-mon-ange-mozart-lopera-rock.dDXGBGls3Rik.html...
DorsMonAnge-MozartLoperaRock_4cxzy.mp3
Time: 00:00:02 ============================================================================================== 100% 1185 KB/sec
Download a playlist
$ rmd download http://www.nhaccuatui.com/playlist/fullmetal-alchemist-dang-cap-nhat.ekoGnMrFlQfA.html
Start processing http://www.nhaccuatui.com/playlist/fullmetal-alchemist-dang-cap-nhat.ekoGnMrFlQfA.html...
2 / 2 Songs ================================================================================================= 100%
DorsMonAnge-MozartLoperaRock_4cxzy.mp3
Time: 00:00:02 ============================================================================================== 100% 1185 KB/sec
LeBeinQiuFailMal-MozartLoperaRock_4asqw.mp3
Time: 00:00:03 ============================================================================================== 100% 902 KB/sec
Download in multithread
This will enhance your speed when download playlist with many songs. However, the progress output for the songs will not really correct.
$ bundle exec rmd download http://mp3.zing.vn/playlist/dev-playlist-zid-sincepast/IO0E698Z.html --fast
Start processing http://mp3.zing.vn/playlist/dev-playlist-zid-sincepast/IO0E698Z.html...
2 / 2 Songs =====================================================================================
100%
Bird TV Size - Yuya Matsushita.mp3
sharp TV Size - Negoto.mp3
Time: 00:00:11 ======================================================================= 100% 143 KB/sec
Time: 00:00:21 ======================================================================== 100% 68 KB/sec
Features
- Download songs/playlists from NCT
- Download songs/playlist from Zing MP3
- Visual progress bar for download
- Specify download folder
- Multi-thread
- Cache data
- Read a file to get list of links to download
Contributing
- Fork it ( https://github.com/hieuk09/rmd/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request