non sense code
This commit is contained in:
parent
1a16c9af20
commit
381403bac9
@ -36,7 +36,6 @@ function get_ytInitialData(data:string): JSON {
|
||||
|
||||
export async function url_get (url : string) : Promise<string>{
|
||||
return new Promise(async(resolve, reject) => {
|
||||
let time_start = Date.now()
|
||||
let response = await fetch(url)
|
||||
|
||||
if(response.status === 200) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user