Lucas Guilherme Diedrich

Results 1 issues of Lucas Guilherme Diedrich

Running this: ```js const Youtube = require('youtube.com'); var youtube = Youtube("https://www.youtube.com/watch?v=_W8ZGOKr1Po"); youtube.crop('0:05', '0:25', './file.mp4') .then(function() { console.log("Done"); }).catch(function(err) { console.log("err : ", err) }); ``` Prompt me this: ```bash [user@host...