From 29ef717ecea83898c369069ccac757fb18925056 Mon Sep 17 00:00:00 2001 From: devi Date: Thu, 12 Oct 2023 18:56:49 +0200 Subject: [PATCH] add sources and fix --- .../koitharu/kotatsu/parsers/site/madtheme/en/MangaBuddy.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madtheme/en/MangaBuddy.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madtheme/en/MangaBuddy.kt index 58e5bc0b..33e1415c 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madtheme/en/MangaBuddy.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madtheme/en/MangaBuddy.kt @@ -1,6 +1,5 @@ package org.koitharu.kotatsu.parsers.site.madtheme.en -import org.json.JSONObject import org.koitharu.kotatsu.parsers.MangaLoaderContext import org.koitharu.kotatsu.parsers.MangaSourceParser import org.koitharu.kotatsu.parsers.model.MangaChapter @@ -9,14 +8,10 @@ import org.koitharu.kotatsu.parsers.model.MangaSource import org.koitharu.kotatsu.parsers.site.madtheme.MadthemeParser import org.koitharu.kotatsu.parsers.util.domain import org.koitharu.kotatsu.parsers.util.generateUid -import org.koitharu.kotatsu.parsers.util.parseFailed import org.koitharu.kotatsu.parsers.util.parseHtml import org.koitharu.kotatsu.parsers.util.selectFirstOrThrow -import org.koitharu.kotatsu.parsers.util.src import org.koitharu.kotatsu.parsers.util.toAbsoluteUrl -import org.koitharu.kotatsu.parsers.util.toRelativeUrl import java.util.ArrayList -import java.util.Base64 @MangaSourceParser("MANGABUDDY", "Manga Buddy", "en") internal class MangaBuddy(context: MangaLoaderContext) :