0.0.14 • Published 7 years ago

ggmee-download v0.0.14

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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+/,myArgs0).toString();

GgmeeMusic.ggmee(music_id);

>node app.js 1106740
---
**Just enjoy it!**