mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Wrong Update
This commit is contained in:
@@ -37,7 +37,6 @@ 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,
|
||||
|
||||
@@ -1,7 +1 @@
|
||||
export { playlist_info, video_basic_info, video_info, search, stream, stream_from_info, validate, validate_playlist } from "./YouTube";
|
||||
|
||||
import { video_basic_info } from '.'
|
||||
|
||||
(async() => {
|
||||
let vid = await video_basic_info('https://www.youtube.com/watch?v=ALZHF5UqnU4')
|
||||
})()
|
||||
export { playlist_info, video_basic_info, video_info, search, stream, stream_from_info, validate, validate_playlist } from "./YouTube";
|
||||
Reference in New Issue
Block a user