mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
new source: DoujinDistrict (theme: madara)
This commit is contained in:
parent
ef193f9bb4
commit
0b12e6be14
10
src/en/doujindistrict/build.gradle
Normal file
10
src/en/doujindistrict/build.gradle
Normal 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"
|
BIN
src/en/doujindistrict/res/mipmap-hdpi/ic_launcher.png
Executable file
BIN
src/en/doujindistrict/res/mipmap-hdpi/ic_launcher.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/en/doujindistrict/res/mipmap-mdpi/ic_launcher.png
Executable file
BIN
src/en/doujindistrict/res/mipmap-mdpi/ic_launcher.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
src/en/doujindistrict/res/mipmap-xhdpi/ic_launcher.png
Executable file
BIN
src/en/doujindistrict/res/mipmap-xhdpi/ic_launcher.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
src/en/doujindistrict/res/mipmap-xxhdpi/ic_launcher.png
Executable file
BIN
src/en/doujindistrict/res/mipmap-xxhdpi/ic_launcher.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
BIN
src/en/doujindistrict/res/mipmap-xxxhdpi/ic_launcher.png
Executable file
BIN
src/en/doujindistrict/res/mipmap-xxxhdpi/ic_launcher.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user