Add PrunusScans (#4302)
This commit is contained in:
parent
f0e17a6531
commit
40f2170702
10
src/tr/prunusscans/build.gradle
Normal file
10
src/tr/prunusscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Prunus Scans'
|
||||
extClass = '.PrunusScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://prunusscans.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/prunusscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/prunusscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
src/tr/prunusscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/prunusscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/tr/prunusscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/prunusscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/tr/prunusscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/prunusscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
src/tr/prunusscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/prunusscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.tr.prunusscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
|
||||
class PrunusScans : MangaThemesia(
|
||||
"Prunus Scans",
|
||||
"https://prunusscans.com",
|
||||
"tr",
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(3)
|
||||
.build()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user