mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 17:14:32 +01:00
Proxy change back to my personal
This commit is contained in:
parent
ac6922c09f
commit
b57bd00527
@ -30,7 +30,8 @@ class YoutubeMp3(
|
||||
) : Yt1sMp3 {
|
||||
suspend fun getMp3DownloadLink(videoID: String): String? = getLinkFromYt1sMp3(videoID)?.let {
|
||||
if (currentPlatform is AllPlatforms.Js/* && corsProxy !is CorsProxy.PublicProxyWithExtension*/)
|
||||
"https://spotiflyer.azurewebsites.net/$it"
|
||||
"https://kind-grasshopper-73.telebit.io/cors/$it"
|
||||
// "https://spotiflyer.azurewebsites.net/$it" // Data OUT Limit issue
|
||||
else it
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user