Package updated

This commit is contained in:
killer069 2021-08-13 23:17:59 +05:30
parent ec2a3102cf
commit 7e87a3210c
3 changed files with 11 additions and 5 deletions

View File

@ -1,4 +0,0 @@
//Spotify Work
import stream from 'stream'
console.log(new stream.PassThrough())

View File

@ -0,0 +1,10 @@
import { RequestOptions, IncomingMessage, ClientRequest, default as http } from 'http';
import { EventEmitter } from 'node:events'
import { URL } from 'url'
import https from 'https';
const httpLibs: {
[key: string]: {
request: (options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void) => ClientRequest;
};
} = { 'http:': http, 'https:': https };

View File

@ -1,5 +1,5 @@
{ {
"name": "node-youtube-dl-v2", "name": "play-dl",
"version": "0.0.1", "version": "0.0.1",
"description": "YouTube, SoundCloud, Spotify downloader", "description": "YouTube, SoundCloud, Spotify downloader",
"main": "dist/index.js", "main": "dist/index.js",