Renamed iiManga -> ARESManga (#12004)

* Renamed iiManga -> ARESManga

* Changed class name

* formatting
This commit is contained in:
Saud-97 2022-06-01 05:43:28 +03:00 committed by GitHub
parent db0c2d7646
commit b4df51d652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 132 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.ar.iimanga
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
import java.text.SimpleDateFormat
import java.util.Locale
class ARESManga : WPMangaReader("ARESManga", "https://aresmanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar"))) {
// The scanlator changed their name.
override val id: Long = 230017529540228175
}

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.ar.iimanga
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
import java.text.SimpleDateFormat
import java.util.Locale
class iiMANGA : WPMangaReader("iiMANGA", "https://aresmanga.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")))

View File

@ -54,7 +54,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 7),
SingleLang("YANP Fansub", "https://melhorcasal.com", "pt-BR", isNsfw = true, overrideVersionCode = 1),
SingleLang("iiMANGA", "https://aresmanga.com", "ar", overrideVersionCode = 1),
SingleLang("ARESManga", "https://aresmanga.com", "ar", pkgName = "iimanga" ,overrideVersionCode = 2),
)
companion object {