Cookies Header function added

This commit is contained in:
killer069
2021-11-01 15:32:51 +05:30
parent 5214250eac
commit 703e36c78d
7 changed files with 24 additions and 13 deletions

View File

@@ -6,7 +6,8 @@ export {
yt_validate,
extractID,
YouTube,
YouTubeStream
YouTubeStream,
cookieHeaders
} from './YouTube';
export { spotify, sp_validate, refreshToken, is_expired, Spotify } from './Spotify';
export { soundcloud, so_validate, SoundCloud, SoundCloudStream, getFreeClientID } from './SoundCloud';