mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
YouTube : Completed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { search } from "./YouTube/";
|
||||
import { playlist_info } from "./YouTube";
|
||||
|
||||
let main = async() => {
|
||||
let time_start = Date.now()
|
||||
await search('https://www.youtube.com/results?search_query=Hello+Neghibour')
|
||||
let playlist = await playlist_info('https://www.youtube.com/watch?v=bM7SZ5SBzyY&list=PLzkuLC6Yvumv_Rd5apfPRWEcjf9b1JRnq')
|
||||
let time_end = Date.now()
|
||||
console.log(`Time Taken : ${(time_end - time_start)/1000} seconds`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user