Add TopComicPorno (#2798)
This commit is contained in:
parent
0622230f4b
commit
a848d1bb2e
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'TopComicPorno'
|
||||||
|
extClass = '.TopComicPorno'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://topcomicporno.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
|
@ -0,0 +1,15 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.es.topcomicporno
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class TopComicPorno : Madara(
|
||||||
|
"TopComicPorno",
|
||||||
|
"https://topcomicporno.com",
|
||||||
|
"es",
|
||||||
|
dateFormat = SimpleDateFormat("MMM dd, yy", Locale("es")),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
Reference in New Issue