mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
signature added. Almost Completed YouTube
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
import { getBasicInfo } from "./YouTube/utils/extractor";
|
||||
import { yt_deciphered_data } from "./YouTube/utils/extractor";
|
||||
|
||||
getBasicInfo('https://www.youtube.com/watch?v=IFYJNLZT_B0')
|
||||
let main = async() => {
|
||||
let time_start = Date.now()
|
||||
await yt_deciphered_data('https://www.youtube.com/watch?v=jbMHA3P7RzU')
|
||||
let time_end = Date.now()
|
||||
console.log(`Time Taken : ${(time_end - time_start)/1000} seconds`)
|
||||
}
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user