Add Doujin-Lc (#2780)
This commit is contained in:
parent
2f91187312
commit
7cd7706644
10
src/th/doujinlc/build.gradle
Normal file
10
src/th/doujinlc/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Doujin-Lc'
|
||||
extClass = '.DoujinLc'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://doujin-lc.net'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/th/doujinlc/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/th/doujinlc/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
BIN
src/th/doujinlc/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/th/doujinlc/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
src/th/doujinlc/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/th/doujinlc/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/th/doujinlc/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/th/doujinlc/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
src/th/doujinlc/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/th/doujinlc/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@ -0,0 +1,20 @@
|
||||
package eu.kanade.tachiyomi.extension.th.doujinlc
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class DoujinLc : Madara(
|
||||
"Doujin-Lc",
|
||||
"https://doujin-lc.net",
|
||||
"th",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
|
||||
) {
|
||||
override val pageListParseSelector = ".reading-content img"
|
||||
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = false
|
||||
|
||||
override val mangaSubString = "doujin"
|
||||
override val filterNonMangaItems = false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user