Add Tempest Scans (#4584)
This commit is contained in:
parent
9938fb1750
commit
84f3f8d2ff
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Tempest Scans'
|
||||
extClass = '.TempestScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://tempestscans.net'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
|
@ -0,0 +1,9 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.tempestscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class TempestScans : MangaThemesia(
|
||||
"Tempest Scans",
|
||||
"https://tempestscans.net",
|
||||
"tr",
|
||||
)
|
Loading…
Reference in New Issue