Skip to content

Commit

Permalink
Create DocTruyen3Q.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonx943 authored Sep 28, 2024
1 parent aac7229 commit 06d6653
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package org.koitharu.kotatsu.parsers.site.wpcomics.vi

import org.koitharu.kotatsu.parsers.MangaLoaderContext
import org.koitharu.kotatsu.parsers.MangaSourceParser
import org.koitharu.kotatsu.parsers.model.MangaParserSource
import org.koitharu.kotatsu.parsers.site.wpcomics.WpComicsParser

@MangaSourceParser("DOCTRUYEN3Q", "DocTruyen3Q", "vi")
internal class TopTruyenViet(context: MangaLoaderContext) :
WpComicsParser(context, MangaParserSource.DOCTRUYEN3Q, "doctruyen3qto.pro", 36)

0 comments on commit 06d6653

Please sign in to comment.