Fix deprications
Calling ytdl.getBasicInfo
with a callback will be removed in a near future release. Use async/await.
info.title
will be removed in a near future release, use info.videoDetails.title
instead.
info.title
will be removed in a near future release, use info.videoDetails.title
instead.
info.author
will be removed in a near future release, use info.videoDetails.author
instead.