mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
1.1.8
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user