YouTube is closing soon.....

This commit is contained in:
killer069
2021-08-12 13:28:17 +05:30
parent b012e4d942
commit 5fbd98ca98
10 changed files with 129 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
import { yt_deciphered_data } from "./YouTube/utils/extractor";
import { search } from "./YouTube/";
let main = async() => {
let time_start = Date.now()
await yt_deciphered_data('https://www.youtube.com/watch?v=jbMHA3P7RzU')
await search('https://www.youtube.com/results?search_query=Hello+Neghibour')
let time_end = Date.now()
console.log(`Time Taken : ${(time_end - time_start)/1000} seconds`)
}