Package updated
This commit is contained in:
parent
ec2a3102cf
commit
7e87a3210c
@ -1,4 +0,0 @@
|
||||
//Spotify Work
|
||||
import stream from 'stream'
|
||||
|
||||
console.log(new stream.PassThrough())
|
||||
10
node-youtube-dl/Stream/stream.ts
Normal file
10
node-youtube-dl/Stream/stream.ts
Normal 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 };
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "node-youtube-dl-v2",
|
||||
"name": "play-dl",
|
||||
"version": "0.0.1",
|
||||
"description": "YouTube, SoundCloud, Spotify downloader",
|
||||
"main": "dist/index.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user