Stream Fixed

This commit is contained in:
killer069
2021-08-17 21:16:58 +05:30
parent 0e979067ee
commit a712ef732a
4 changed files with 14 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
import { URL } from 'node:url'
import { URL } from 'url'
import { url_get } from './request'
import querystring from 'node:querystring'
import querystring from 'querystring'
interface formatOptions {
url? : string;