Remove dead sources (#10452)
@ -1,10 +0,0 @@
|
||||
ext {
|
||||
extName = 'Animated Glitched Comics'
|
||||
extClass = '.AnimatedGlitchedComics'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://agrcomics.com'
|
||||
overrideVersionCode = 23
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 41 KiB |
@ -1,11 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.en.animatedglitchedcomics
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class AnimatedGlitchedComics : Keyoapp(
|
||||
"Animated Glitched Comics",
|
||||
"https://agrcomics.com",
|
||||
"en",
|
||||
) {
|
||||
override val versionId = 2
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
ext {
|
||||
extName = 'Manga347'
|
||||
extClass = '.Manga347'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manga347.com'
|
||||
overrideVersionCode = 3
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 72 KiB |
@ -1,7 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.en.manga347
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Manga347 : Madara("Manga347", "https://manga347.com", "en", SimpleDateFormat("d MMM, yyyy", Locale.US))
|