Skip to content

Commit

Permalink
Merge pull request #1495 - dragonx943/sources/HentaiZ
Browse files Browse the repository at this point in the history
[HentaiZ] Add source
  • Loading branch information
dragonx943 authored Feb 24, 2025
2 parents 6db5ac5 + fd71922 commit 52b6f75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/summary.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
total: 1188
total: 1189
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package org.koitharu.kotatsu.parsers.site.madara.vi

import org.koitharu.kotatsu.parsers.MangaLoaderContext
import org.koitharu.kotatsu.parsers.MangaSourceParser
import org.koitharu.kotatsu.parsers.model.ContentType
import org.koitharu.kotatsu.parsers.model.MangaParserSource
import org.koitharu.kotatsu.parsers.site.madara.MadaraParser

@MangaSourceParser("HENTAIZ", "HentaiZ", "vi", ContentType.HENTAI)
internal class HentaiZ(context: MangaLoaderContext) :
MadaraParser(context, MangaParserSource.HENTAIZ, "hentaiz.pw", 24) {
override val listUrl = "truyen-hentai/"
override val tagPrefix = "the-loai/"
override val datePattern = "dd/MM/yyyy"
}

0 comments on commit 52b6f75

Please sign in to comment.