Animated Glitched Comics: Update domain and theme (#6001)
* Animated Glitched Comics: Update domain and theme * Update AnimatedGlitchedComics.kt --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
This commit is contained in:
parent
516790a053
commit
7288ec8122
|
@ -1,9 +1,9 @@
|
|||
ext {
|
||||
extName = 'Animated Glitched Comics'
|
||||
extClass = '.AnimatedGlitchedComics'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://agscomics.com'
|
||||
overrideVersionCode = 0
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://agrcomics.com'
|
||||
overrideVersionCode = 22
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -1,16 +1,11 @@
|
|||
package eu.kanade.tachiyomi.extension.en.animatedglitchedcomics
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class AnimatedGlitchedComics : MangaThemesia(
|
||||
class AnimatedGlitchedComics : Keyoapp(
|
||||
"Animated Glitched Comics",
|
||||
"https://agscomics.com",
|
||||
"https://agrcomics.com",
|
||||
"en",
|
||||
mangaUrlDirectory = "/series",
|
||||
) {
|
||||
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
|
||||
.rateLimit(1)
|
||||
.build()
|
||||
override val versionId = 2
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue