Remove ComicScans and AnshScans (#4410)
This commit is contained in:
parent
2d41904b79
commit
56aa26d330
|
@ -1,9 +0,0 @@
|
||||||
ext {
|
|
||||||
extName = 'Ansh Scans'
|
|
||||||
extClass = '.AnshScans'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://anshscans.org'
|
|
||||||
overrideVersionCode = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
|
@ -1,11 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.en.anshscans
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
|
|
||||||
class AnshScans : Madara("Ansh Scans", "https://anshscans.org", "en") {
|
|
||||||
override val useNewChapterEndpoint = true
|
|
||||||
|
|
||||||
override val mangaDetailsSelectorStatus = "div.summary-heading:contains(Status) + div.summary-content"
|
|
||||||
|
|
||||||
override val mangaSubString = "comic"
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
ext {
|
|
||||||
extName = 'Comic Scans'
|
|
||||||
extClass = '.ComicScans'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://www.comicscans.org'
|
|
||||||
overrideVersionCode = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
|
@ -1,7 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.en.comicscans
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
|
|
||||||
class ComicScans : Madara("Comic Scans", "https://www.comicscans.org", "en") {
|
|
||||||
override val useNewChapterEndpoint = true
|
|
||||||
}
|
|
Loading…
Reference in New Issue