Change jsDelivr CDN URL to Fastly (#7156)

(cherry picked from commit 7b242bf118)
pull/7484/head
kasperskier 2 years ago committed by arkon
parent 980709cccb
commit 010436e797

@ -129,7 +129,7 @@ internal class ExtensionGithubApi {
}
private const val REPO_URL_PREFIX = "https://raw.githubusercontent.com/tachiyomiorg/tachiyomi-extensions/repo/"
private const val FALLBACK_REPO_URL_PREFIX = "https://cdn.jsdelivr.net/gh/tachiyomiorg/tachiyomi-extensions@repo/"
private const val FALLBACK_REPO_URL_PREFIX = "https://fastly.jsdelivr.net/gh/tachiyomiorg/tachiyomi-extensions@repo/"
@Serializable
private data class ExtensionJsonObject(

Loading…
Cancel
Save