mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Add AltayScans (#4420)
This commit is contained in:
parent
12a638555e
commit
88d0024a39
9
src/en/altayscans/build.gradle
Normal file
9
src/en/altayscans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Altay Scans'
|
||||
extClass = '.AltayScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://altayscans.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/altayscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/altayscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
src/en/altayscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/altayscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
src/en/altayscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/altayscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
src/en/altayscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/altayscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/en/altayscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/altayscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.en.altayscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
|
||||
class AltayScans : MangaThemesia(
|
||||
"Altay Scans",
|
||||
"https://altayscans.com",
|
||||
"en",
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(3)
|
||||
.build()
|
||||
}
|
Loading…
Reference in New Issue
Block a user