bdistin

Results 11 comments of bdistin

That sounds like yt-dl has changed something. Any error should be passed in the callback as err, not thrown as a new Error(). ``` yt.getInfo(url, (err, info) => { if(err)...