From a4d3340ae0e157d711f3fa05ee36e412dde8eab4 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Mon, 18 Oct 2021 17:20:50 +0530 Subject: [PATCH] Soundcloud get free function export added --- play-dl/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-dl/index.ts b/play-dl/index.ts index 1b92e7e..ffd8120 100644 --- a/play-dl/index.ts +++ b/play-dl/index.ts @@ -1,6 +1,6 @@ export { playlist_info, video_basic_info, video_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 { soundcloud, so_validate, SoundCloud, SoundCloudStream, getFreeClientID } from './SoundCloud'; export { setToken } from './token'; enum AudioPlayerStatus {