diff --git a/Anichi/build.gradle.kts b/Anichi/build.gradle.kts index 4201a7b2..c458c780 100644 --- a/Anichi/build.gradle.kts +++ b/Anichi/build.gradle.kts @@ -38,5 +38,5 @@ cloudstream { "OVA", ) - iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1200425504432472176/Anichi.png" + iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1200425504432472176/Anichi.png?ex=65eb0c5f&is=65d8975f&hm=974898b22b08774a5caa835b40546a6419280446b68255147dd1febb3abe9119&" } \ No newline at end of file diff --git a/Kinoger/build.gradle.kts b/Kinoger/build.gradle.kts index f7decb7b..116c52bd 100644 --- a/Kinoger/build.gradle.kts +++ b/Kinoger/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 3 +version = 4 cloudstream { diff --git a/Kinoger/src/main/kotlin/com/hexated/Kinoger.kt b/Kinoger/src/main/kotlin/com/hexated/Kinoger.kt index d53d819f..245799ee 100644 --- a/Kinoger/src/main/kotlin/com/hexated/Kinoger.kt +++ b/Kinoger/src/main/kotlin/com/hexated/Kinoger.kt @@ -77,7 +77,7 @@ class Kinoger : MainAPI() { it.toSearchResult() } - val script = document.selectFirst("script:containsData(pw.show)")?.data() + val script = document.selectFirst("script:containsData(kinoger.ru)")?.data() val data = script?.substringAfter("[")?.substringBeforeLast("]")?.replace("\'", "\"") val json = AppUtils.tryParseJson>>("[$data]") diff --git a/SoraStream/build.gradle.kts b/SoraStream/build.gradle.kts index 850450e8..09f8b18f 100644 --- a/SoraStream/build.gradle.kts +++ b/SoraStream/build.gradle.kts @@ -42,5 +42,5 @@ cloudstream { "Movie", ) - iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1193122096159674448/2-modified.png" + iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1193122096159674448/2-modified.png?ex=65ec2a0a&is=65d9b50a&hm=f1e0b0165e71101e5440b47592d9e15727a6c00cdeb3512108067bfbdbef1af7&" } diff --git a/Superstream/build.gradle.kts b/Superstream/build.gradle.kts index 2bf7d8a9..057e3884 100644 --- a/Superstream/build.gradle.kts +++ b/Superstream/build.gradle.kts @@ -38,5 +38,5 @@ cloudstream { ) - iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1196694385061003334/icon.png" + iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1196694385061003334/icon.png?ex=65efee7e&is=65dd797e&hm=18fa57323826d0cbf3cf5ce7d3f5705de640f2f8d08739d41f95882d2ae0a3e0&" } \ No newline at end of file diff --git a/TimefourTv/build.gradle.kts b/TimefourTv/build.gradle.kts index a28f5bbf..6ed08fe4 100644 --- a/TimefourTv/build.gradle.kts +++ b/TimefourTv/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 23 +version = 24 cloudstream { @@ -21,5 +21,5 @@ cloudstream { "Live", ) - iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1193088870212976640/Untitled.jpg" + iconUrl = "https://cdn.discordapp.com/attachments/1109266606292488297/1193088870212976640/Untitled.jpg?ex=65ec0b19&is=65d99619&hm=0eaf0f1926b6eb787b80c2eb3000ec9d77e2e706ab0601cad053ad8f677b8cc8&" } diff --git a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt index 53eef45d..d3bbe57f 100644 --- a/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt +++ b/TimefourTv/src/main/kotlin/com/hexated/TimefourTv.kt @@ -17,10 +17,9 @@ class TimefourTv : MainAPI() { TvType.Live ) - private val homePoster = - "https://cdn.discordapp.com/attachments/1109266606292488297/1193060449193840681/Screenshot_2024-01-06_at_12-14-16_Logo_Maker_Used_By_2.3_Million_Startups.png" + private val homePoster = "https://cdn.discordapp.com/attachments/1109266606292488297/1193060449193840681/Screenshot_2024-01-06_at_12-14-16_Logo_Maker_Used_By_2.3_Million_Startups.png?ex=65ebf0a1&is=65d97ba1&hm=aa4018534090d5dc69cf16a15ab4663d6f84a742d3f3b5ccad4be779c26517d7&" private val detailPoster = - "https://cdn.discordapp.com/attachments/1109266606292488297/1193060448929595454/Screenshot_2024-01-06_at_12-13-02_Logo_Maker_Used_By_2.3_Million_Startups.png" + "https://cdn.discordapp.com/attachments/1109266606292488297/1193060448929595454/Screenshot_2024-01-06_at_12-13-02_Logo_Maker_Used_By_2.3_Million_Startups.png?ex=65ebf0a1&is=65d97ba1&hm=2dc35d2fcc09530f6d9fc963ecf6b9a28eeec1a7c76a083711379c7280dd34dc&" override val mainPage = mainPageOf( "$mainUrl/24-7-channels.php" to "24/7 Channels",