mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2025-01-31 20:01:42 +01:00
Add Riot Hentai source (#7059)
* Add Riot Hentai * Riot Hentai: add isNsfw
This commit is contained in:
parent
64ff476317
commit
c67ff3a71e
11
src/pt/riothentai/build.gradle
Normal file
11
src/pt/riothentai/build.gradle
Normal file
@ -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"
|
||||
|
BIN
src/pt/riothentai/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/riothentai/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
src/pt/riothentai/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/riothentai/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
src/pt/riothentai/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/riothentai/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/pt/riothentai/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/riothentai/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
src/pt/riothentai/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/riothentai/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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…
x
Reference in New Issue
Block a user