Skip to content

Commit

Permalink
ArthurScan add Catalog (pt) and (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
deividgabrielpeira committed Nov 18, 2023
1 parent 86aaca2 commit 1fcc109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import org.koitharu.kotatsu.parsers.MangaSourceParser
import org.koitharu.kotatsu.parsers.model.MangaSource
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser

@MangaSourceParser("ARTHUR_SCAN", "ArthurScan", "pt")
@MangaSourceParser("ARTHUR_SCAN", "ArthurScan", "pt", type = ContentType.MANGA)
internal class ArthurScan(context: MangaLoaderContext) :
MadaraParser(context, MangaSource.ARTHUR_SCAN, "arthurscan.xyz")

0 comments on commit 1fcc109

Please sign in to comment.