From 1d596c723aac32c30d9bac709bdc51228d377ebc Mon Sep 17 00:00:00 2001 From: CuongBa956 <89731755+CuongBa956@users.noreply.github.com> Date: Sun, 27 Nov 2022 22:57:32 +0700 Subject: [PATCH 1/2] change domain Phimmoichill --- .../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 2785c591..0868ffee 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://phimmoichill.net" + override var mainUrl = "https://phimmoichilli.net" override var name = "Phimmoichill" override val hasMainPage = true override var lang = "vi" From 5454b919380a511b585feacb41506786b3a3b0ab Mon Sep 17 00:00:00 2001 From: CuongBa956 <89731755+CuongBa956@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:29:32 +0700 Subject: [PATCH 2/2] Update version to 3 (change domain) --- PhimmoichillProvider/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PhimmoichillProvider/build.gradle.kts b/PhimmoichillProvider/build.gradle.kts index 4eee2920..e6a3ca48 100644 --- a/PhimmoichillProvider/build.gradle.kts +++ b/PhimmoichillProvider/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 2 +version = 3 cloudstream { @@ -25,4 +25,4 @@ cloudstream { ) iconUrl = "https://www.google.com/s2/favicons?domain=phimmoichill.net&sz=%size%" -} \ No newline at end of file +}