diff --git a/README.md b/README.md index 860d4a56..a37c8e66 100644 --- a/README.md +++ b/README.md @@ -594,6 +594,7 @@ async function start() { }); stream.on('info', (info) => { + // { video_details: {..}, selected_format: {..}, formats: {..} } console.info('[DOWNLOADER]', `Downloading ${info.video_details.title} by ${info.video_details.metadata.channel_name}`); });