Add video_info_from_basic_info function

This commit is contained in:
absidue
2021-10-16 16:32:49 +02:00
parent 7640267046
commit f1be72088f
5 changed files with 45 additions and 3 deletions

View File

@@ -1,4 +1,13 @@
export { playlist_info, video_basic_info, video_info, yt_validate, extractID, YouTube, YouTubeStream } from './YouTube';
export {
playlist_info,
video_basic_info,
video_info,
video_info_from_basic_info,
yt_validate,
extractID,
YouTube,
YouTubeStream
} from './YouTube';
export { spotify, sp_validate, refreshToken, is_expired, Spotify } from './Spotify';
export { soundcloud, so_validate, SoundCloud, SoundCloudStream } from './SoundCloud';
export { setToken } from './token';