Add Riot Hentai source (#7059)
* Add Riot Hentai * Riot Hentai: add isNsfw
This commit is contained in:
parent
57d4f6f855
commit
de1f46782f
|
@ -0,0 +1,11 @@
|
|||
ext {
|
||||
extName = 'Riot Hentai'
|
||||
extClass = '.RiotHentai'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://riothentai.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
|
@ -0,0 +1,15 @@
|
|||
package eu.kanade.tachiyomi.extension.pt.riothentai
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class RiotHentai : Madara(
|
||||
"Riot Hentai",
|
||||
"https://riothentai.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
override val useNewChapterEndpoint: Boolean = true
|
||||
override val mangaDetailsSelectorStatus = "div.summary-heading:contains(Status) + div.summary-content"
|
||||
}
|
Loading…
Reference in New Issue