Small Patch for long streams

This commit is contained in:
killer069
2021-09-01 11:11:30 +05:30
parent 283eabd3c9
commit bca50b2395
5 changed files with 12 additions and 5 deletions

View File

@@ -1 +1,7 @@
export { playlist_info, video_basic_info, video_info, search, stream, stream_from_info, validate, validate_playlist } from "./YouTube";
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')
})()