This commit is contained in:
2017-09-23 17:19:11 +02:00
parent a2848a9ee3
commit 46435b7e52
9 changed files with 7991 additions and 18 deletions

7
tests/player.js Normal file
View File

@@ -0,0 +1,7 @@
var MPlayer = require('mplayer');
var player = new MPlayer();
var song = 'D:/theen/git/cyb3r-youtube-downloader/___.mp3';
player.openFile(song);