mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
non sense code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user