discord-ytdl-core
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -65,2 +65,3 @@ "use strict"; | ||
const outputStream = output.pipe(opus); | ||
output.on('error', e => outputStream.emit('error', e)); | ||
for (const event of evn) { | ||
@@ -67,0 +68,0 @@ inputStream.on(event, (...args) => outputStream.emit(event, ...args)); |
@@ -83,2 +83,4 @@ import ytdl, { downloadOptions } from "ytdl-core"; | ||
output.on('error', e => outputStream.emit('error', e)); | ||
for (const event of evn) { | ||
@@ -85,0 +87,0 @@ inputStream.on(event, (...args) => outputStream.emit(event, ...args)); |
{ | ||
"name": "discord-ytdl-core", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Simple ytdl wrapper for discord bots with custom ffmpeg args support.", | ||
@@ -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
31875
318