Add back Ares Manga (#13995)

This commit is contained in:
AntsyLich 2022-10-26 23:39:37 +06:00 committed by GitHub
parent 711a62afc4
commit 4cc297f721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
}, },
{ {
"type": "both", "type": "both",
"regex": ".*(team\\s*x|tqneplus|komiktap|gourmet\\s*scans|mangawow|voidscans|hikari\\s*scans|mangagegecesi|knightnoscanlations|ahstudios|mangagecesi|nartag|xxx\\s*yaoi|yaoi\\s*fan\\s*clube|luminous|dragontea|manhwaid\\.org|hunters\\s*scan|mnhaestate|swat\\s*manga|manga\\s*swat|reset(?:\\s*|-)scan|aresmanga|manga-flix\\.com|astra\\s*scans|manganoon).*", "regex": ".*(team\\s*x|tqneplus|komiktap|gourmet\\s*scans|mangawow|voidscans|hikari\\s*scans|mangagegecesi|knightnoscanlations|ahstudios|mangagecesi|nartag|xxx\\s*yaoi|yaoi\\s*fan\\s*clube|luminous|dragontea|manhwaid\\.org|hunters\\s*scan|mnhaestate|swat\\s*manga|manga\\s*swat|reset(?:\\s*|-)scan|manga-flix\\.com|astra\\s*scans|manganoon).*",
"ignoreCase": true, "ignoreCase": true,
"message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information" "message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
} }

View File

@ -47,6 +47,5 @@
- Reset Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13168 - Reset Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13168
- MangaSwat https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13171 - MangaSwat https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13171
- Manga-Flix https://github.com/tachiyomiorg/tachiyomi-extensions/issues/12843 - Manga-Flix https://github.com/tachiyomiorg/tachiyomi-extensions/issues/12843
- Aresmanga https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13430
- Astra Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13845 - Astra Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13845
- Manganoon https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13866 - Manganoon https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13866

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@ -0,0 +1,10 @@
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.com", "ar", dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar"))) {
// The scanlator changed their name.
override val id: Long = 230017529540228175
}

View File

@ -22,6 +22,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Animated Glitched Scans", "https://anigliscans.com", "en"), SingleLang("Animated Glitched Scans", "https://anigliscans.com", "en"),
SingleLang("Arcane scan", "https://arcanescan.fr", "fr"), SingleLang("Arcane scan", "https://arcanescan.fr", "fr"),
SingleLang("Arena Scans", "https://arenascans.net", "en"), SingleLang("Arena Scans", "https://arenascans.net", "en"),
SingleLang("ARESManga", "https://aresmanga.com", "ar", pkgName = "iimanga", overrideVersionCode = 2),
SingleLang("Azure Scans", "https://azuremanga.com", "en", overrideVersionCode = 1), SingleLang("Azure Scans", "https://azuremanga.com", "en", overrideVersionCode = 1),
SingleLang("Boosei", "https://boosei.net", "id", overrideVersionCode = 2), SingleLang("Boosei", "https://boosei.net", "id", overrideVersionCode = 2),
SingleLang("Clayrer", "https://clayrer.net", "es"), SingleLang("Clayrer", "https://clayrer.net", "es"),