Huge Update

This commit is contained in:
killer069
2021-08-16 15:19:31 +05:30
parent 1b44ba8001
commit 97b1eed267
19 changed files with 321 additions and 28 deletions

5
play-dl/index.ts Normal file
View File

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