LiveStream Support

This commit is contained in:
killer069
2021-08-20 12:06:12 +05:30
parent 5783275bf6
commit ad1ad2b918
8 changed files with 269 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
//This File is in testing stage, everything will change in this
import { playlist_info, video_basic_info, video_info, search, stream } from "./YouTube";
import { playlist_info, video_basic_info, video_info, search, stream, stream_from_info, stream_type } from "./YouTube";
export var youtube = { playlist_info, video_basic_info, video_info, search , stream}
export let youtube = { playlist_info, video_basic_info, video_info, search , stream, stream_from_info, stream_type}