From e8065301516cf55fb0f2a8c91601418f884aeef2 Mon Sep 17 00:00:00 2001 From: tuan041 <30403510+tuan041@users.noreply.github.com> Date: Sun, 29 Jan 2023 10:43:36 +0700 Subject: [PATCH 1/4] Updated domain url Updated domain url --- .../src/main/kotlin/com/hexated/PhimmoichillProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhimmoichillProvider/src/main/kotlin/com/hexated/PhimmoichillProvider.kt b/PhimmoichillProvider/src/main/kotlin/com/hexated/PhimmoichillProvider.kt index 0868ffee..218107ef 100644 --- a/PhimmoichillProvider/src/main/kotlin/com/hexated/PhimmoichillProvider.kt +++ b/PhimmoichillProvider/src/main/kotlin/com/hexated/PhimmoichillProvider.kt @@ -9,7 +9,7 @@ import org.jsoup.nodes.Element import java.net.URLDecoder class PhimmoichillProvider : MainAPI() { - override var mainUrl = "https://phimmoichilli.net" + override var mainUrl = "https://phimmoichilla.net/" override var name = "Phimmoichill" override val hasMainPage = true override var lang = "vi" From e8d0376859ce3a502eaf58ade0cbd2f45d8fcd84 Mon Sep 17 00:00:00 2001 From: tuan041 <30403510+tuan041@users.noreply.github.com> Date: Sun, 29 Jan 2023 11:15:56 +0700 Subject: [PATCH 2/4] Update build.gradle.kts --- PhimmoichillProvider/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhimmoichillProvider/build.gradle.kts b/PhimmoichillProvider/build.gradle.kts index e6a3ca48..9302a918 100644 --- a/PhimmoichillProvider/build.gradle.kts +++ b/PhimmoichillProvider/build.gradle.kts @@ -24,5 +24,5 @@ cloudstream { "Movie", ) - iconUrl = "https://www.google.com/s2/favicons?domain=phimmoichill.net&sz=%size%" + iconUrl = "https://www.google.com/s2/favicons?domain=phimmoichilla.net&sz=%size%" } From 8fc1e8867f7812218a42b35bc8ab62b1c3a26e02 Mon Sep 17 00:00:00 2001 From: tuan041 <30403510+tuan041@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:41:57 +0700 Subject: [PATCH 3/4] Update build.gradle.kts --- PhimmoichillProvider/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhimmoichillProvider/build.gradle.kts b/PhimmoichillProvider/build.gradle.kts index 9302a918..091dbc67 100644 --- a/PhimmoichillProvider/build.gradle.kts +++ b/PhimmoichillProvider/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 3 +version = 4 cloudstream { From ff143eedd46739e3eef4aa7a33842ac6d530e958 Mon Sep 17 00:00:00 2001 From: tuan041 <30403510+tuan041@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:42:20 +0700 Subject: [PATCH 4/4] Update PhimmoichillProvider.kt --- .../src/main/kotlin/com/hexated/PhimmoichillProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhimmoichillProvider/src/main/kotlin/com/hexated/PhimmoichillProvider.kt b/PhimmoichillProvider/src/main/kotlin/com/hexated/PhimmoichillProvider.kt index 218107ef..75e214ce 100644 --- a/PhimmoichillProvider/src/main/kotlin/com/hexated/PhimmoichillProvider.kt +++ b/PhimmoichillProvider/src/main/kotlin/com/hexated/PhimmoichillProvider.kt @@ -9,7 +9,7 @@ import org.jsoup.nodes.Element import java.net.URLDecoder class PhimmoichillProvider : MainAPI() { - override var mainUrl = "https://phimmoichilla.net/" + override var mainUrl = "https://phimmoichilla.net" override var name = "Phimmoichill" override val hasMainPage = true override var lang = "vi"