UNPKG
scdl-core
Version:
latest (1.1.0)
1.1.0
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.12
1.0.11
1.0.10
1.0.8
1.0.6
1.0.5
1.0.3
SoundCloud downloader
misa198.github.io/scdl-core
misa198/scdl-core
scdl-core
/
dist
/
constants
/
configs.js
6 lines
(5 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
soundCloudUrl
=
exports
.
apiBaseUrl
=
void
0
;
exports
.
apiBaseUrl
=
"https://api-v2.soundcloud.com"
;
exports
.
soundCloudUrl
=
"https://soundcloud.com"
;