mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-23 23:09:28 +00:00
fix: emit info Innertube.download
This commit is contained in:
@@ -442,6 +442,7 @@ class Innertube {
|
||||
|
||||
(async () => {
|
||||
const info = await this.getInfo(video_id);
|
||||
stream.emit('info', info);
|
||||
info.download(options, stream);
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user