ggmee-download
v0.0.14
Published
Downloding ggmee Music
Readme
This is GGMEE Music downloading script!
This script using wget downloading files, so you must be install wget in you system first!
var GgmeeMusic=require('ggmee-download');
GgmeeMusic.ggmee('1106740');var GgmeeMusic=require('ggmee-download');
var argv = require('process');
var RegEx=require('regex-match-all');
var myArgs = process.argv.slice(2);
var music_id=RegEx.match(/\d+/,myArgs[0]).toString();
GgmeeMusic.ggmee(music_id);node app.js 1106740
Just enjoy it!
