Proxy issues fixed

This commit is contained in:
killer069
2021-10-11 18:38:08 +05:30
parent 602927a5c7
commit 80d6ecba96
13 changed files with 218 additions and 331 deletions

View File

@@ -1,6 +1,6 @@
import { video_info } from '.';
import { LiveStreaming, Stream } from './classes/LiveStream';
import { Proxy } from './utils/request';
import { ProxyOptions as Proxy } from './../Request';
export enum StreamType {
Arbitrary = 'arbitrary',