mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Small Patch for long streams
This commit is contained in:
@@ -37,6 +37,7 @@ export async function video_basic_info(url : string){
|
||||
let html5player = 'https://www.youtube.com' + body.split('"jsUrl":"')[1].split('"')[0]
|
||||
let format = []
|
||||
let vid = player_response.videoDetails
|
||||
console.log(vid.thumbnail.thumbnails)
|
||||
let microformat = player_response.microformat.playerMicroformatRenderer
|
||||
let video_details = {
|
||||
id : vid.videoId,
|
||||
|
||||
Reference in New Issue
Block a user