youtubei.js
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -308,3 +308,5 @@ 'use strict'; | ||
response.data.pipe(stream, { end: true }); | ||
response.data.on('end', () => setTimeout(() => stream.emit('end'), 500)); | ||
response.data.pipe(stream, { end: false }); | ||
} else { | ||
@@ -311,0 +313,0 @@ const chunk_size = 1048576 * 10; // 10MB |
{ | ||
"name": "youtubei.js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An object-oriented library that allows you to search, get detailed info about videos, subscribe, unsubscribe, like, dislike, comment, download videos and much more!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69116
1156
2