youtube.get-video-info icon indicating copy to clipboard operation
youtube.get-video-info copied to clipboard

Replaced callbacks with async/await. Used axios for async HTTP request.

Open andrunix opened this issue 3 years ago • 1 comments

andrunix avatar Apr 08 '21 15:04 andrunix

I love the modernized approach but this is a breaking change. I think at this point that your pull must include a change in major version (2.0.0).

The other approach in my mind: module.exports { retrieve, retrieveAsync // <== the new call } has to be avoided at this point :)

If you add it I'll check and merge. Thanx!

pste avatar May 01 '21 08:05 pste