Add TecnoScans (#4314)
This commit is contained in:
parent
e171d141f0
commit
362b739c88
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Tecno Scans'
|
||||
extClass = '.TecnoScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'http://tecnoscans.xyz'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
|
@ -0,0 +1,14 @@
|
|||
package eu.kanade.tachiyomi.extension.en.tecnoscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
|
||||
class TecnoScans : MangaThemesia(
|
||||
"Tecno Scans",
|
||||
"http://tecnoscans.xyz",
|
||||
"en",
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(3)
|
||||
.build()
|
||||
}
|
Loading…
Reference in New Issue