new source: DoujinDistrict (theme: madara)

This commit is contained in:
Cuong M. Tran 2024-02-19 01:05:18 +07:00
parent ef193f9bb4
commit 0b12e6be14
No known key found for this signature in database
GPG Key ID: 733AA7624B9315C2
7 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Doujin District'
extClass = '.DoujinDistrict'
themePkg = 'madara'
baseUrl = 'https://doujindistrict.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.doujindistrict
import eu.kanade.tachiyomi.multisrc.madara.Madara
class DoujinDistrict : Madara(
"Doujin District",
"https://doujindistrict.com",
"en",
) {
override fun searchMangaNextPageSelector() = "div[role=navigation] span.current + a.page"
}