mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
thunderscans "ar" use random url (#2554)
This commit is contained in:
parent
51fbb2cfbb
commit
f54f289eac
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.ThunderScansFactory'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://thunderscans.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -1,6 +1,7 @@
|
||||
package eu.kanade.tachiyomi.extension.all.thunderscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesiaAlt
|
||||
import eu.kanade.tachiyomi.source.SourceFactory
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
@ -12,7 +13,7 @@ class ThunderScansFactory : SourceFactory {
|
||||
)
|
||||
}
|
||||
|
||||
class ThunderScansAR : MangaThemesia(
|
||||
class ThunderScansAR : MangaThemesiaAlt(
|
||||
"Thunder Scans",
|
||||
"https://thunderscans.com",
|
||||
"ar",
|
||||
|
Loading…
Reference in New Issue
Block a user