mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
YouTube is closing soon.....
This commit is contained in:
@@ -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`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user