From 383908ec725032d195af0a0a95d60dda81e40fc7 Mon Sep 17 00:00:00 2001 From: hexated Date: Tue, 7 Feb 2023 11:23:21 +0700 Subject: [PATCH] disable chillmovies --- SoraStream/src/main/kotlin/com/hexated/SoraStream.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt index ec2e023e..b3c11166 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt @@ -118,8 +118,8 @@ open class SoraStream : TmdbProvider() { const val smashyStreamAPI = "https://embed.smashystream.com" const val watchSomuchAPI = "https://watchsomuch.tv" // sub only const val baymoviesAPI = "https://thebayindexpublicgroupapi.zindex.eu.org" // dead - const val chillmovies0API = "https://chill.aicirou.workers.dev/0:" - const val chillmovies1API = "https://chill.aicirou.workers.dev/1:" + const val chillmovies0API = "https://chill.aicirou.workers.dev/0:" // dead + const val chillmovies1API = "https://chill.aicirou.workers.dev/1:" // dead const val gamMoviesAPI = "https://drive.gamick.workers.dev/0:" const val jsMoviesAPI = "https://jsupload.jnsbot.workers.dev/0:" const val blackMoviesAPI = "https://dl.blacklistedbois.workers.dev/0:"