0.1.1 • Published 7 years ago

anitube-get-video v0.1.1

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

anitube-get-video

Anitube video url getter

How to Use

$ npm install anitube-get-video

(Example)

anitube-get = require('anitube-get-video');

anitube-get.getKeyURL(url, function(err,keyURL){
    console.log(keyURL);
});
anitube-get.getVideoURL(url, function(err,videoURL){
    console.log(videoURL);
});
0.1.1

7 years ago

0.1.0

7 years ago