Remove ARES Manga (#15594)
This commit is contained in:
parent
f4fde7a176
commit
5a8618f004
|
@ -25,6 +25,7 @@
|
|||
|
||||
### Requested removal by the scanlator team
|
||||
|
||||
- ARES Manga https://github.com/tachiyomiorg/tachiyomi-extensions/issues/15396
|
||||
- Astra Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13845
|
||||
- Coven Scan https://github.com/tachiyomiorg/tachiyomi-extensions/issues/14499
|
||||
- Dragontea https://github.com/tachiyomiorg/tachiyomi-extensions/issues/10103
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 132 KiB |
|
@ -1,16 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.ar.iimanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class ARESManga : MangaThemesia(
|
||||
"ARESManga",
|
||||
"https://aresmanga.net",
|
||||
"ar",
|
||||
mangaUrlDirectory = "/series",
|
||||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")),
|
||||
) {
|
||||
// The scanlator changed their name.
|
||||
override val id: Long = 230017529540228175
|
||||
}
|
|
@ -21,7 +21,6 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Animated Glitched Scans", "https://anigliscans.com", "en"),
|
||||
SingleLang("Arcane scan", "https://arcanescan.fr", "fr"),
|
||||
SingleLang("Arena Scans", "https://arenascans.net", "en"),
|
||||
SingleLang("ARESManga", "https://aresmanga.net", "ar", pkgName = "iimanga", overrideVersionCode = 4),
|
||||
SingleLang("Azure Scans", "https://azuremanga.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Boosei", "https://boosei.net", "id", overrideVersionCode = 2),
|
||||
SingleLang("Cartel de Manhwas", "https://carteldemanhwas.com", "es", overrideVersionCode = 5),
|
||||
|
|
Loading…
Reference in New Issue