Skip to content

Commit

Permalink
Update OtakusanEn.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonx943 authored and Koitharu committed Oct 21, 2024
1 parent 95ee8a4 commit c506153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.koitharu.kotatsu.parsers.site.otakusanctuary.OtakuSanctuaryParser

@MangaSourceParser("OTAKUSAN_EN", "OtakuSan-En", "en")
internal class OtakusanEn(context: MangaLoaderContext) :
OtakuSanctuaryParser(context, MangaParserSource.OTAKUSAN_EN, "otakusan.net") {
OtakuSanctuaryParser(context, MangaParserSource.OTAKUSAN_EN, "otakusan1.net") {
override val lang = "us"
override val selectState = ".table-info tr:contains(Status) td"
}

0 comments on commit c506153

Please sign in to comment.