mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 03:33:24 +01:00
Add PussyToons (#4394)
This commit is contained in:
parent
c0d715a1f9
commit
c94dbca167
10
src/pt/pussytoons/build.gradle
Normal file
10
src/pt/pussytoons/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'PussyToons'
|
||||
extClass = '.PussyToons'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://pussy.sussytoons.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/pt/pussytoons/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/pussytoons/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
BIN
src/pt/pussytoons/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/pussytoons/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
src/pt/pussytoons/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/pussytoons/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/pt/pussytoons/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/pussytoons/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
src/pt/pussytoons/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/pussytoons/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@ -0,0 +1,15 @@
|
||||
package eu.kanade.tachiyomi.extension.pt.pussytoons
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class PussyToons : Madara(
|
||||
"PussyToons",
|
||||
"https://pussy.sussytoons.com",
|
||||
"pt-BR",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue
Block a user