Added decipher_info function for converting from video_basic_info to video_info data.
 Changed SpotifyAlbum property from trackCount to tracksCount
 Added getFreeClientID to get free soundCloud client ID.
This commit is contained in:
Killer069
2021-10-18 17:22:29 +05:30
committed by GitHub
4 changed files with 36 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ export {
YouTubeStream
} from './YouTube';
export { spotify, sp_validate, refreshToken, is_expired, Spotify } from './Spotify';
export { soundcloud, so_validate, SoundCloud, SoundCloudStream } from './SoundCloud';
export { soundcloud, so_validate, SoundCloud, SoundCloudStream, getFreeClientID } from './SoundCloud';
export { setToken } from './token';
enum AudioPlayerStatus {