Add back Ares Manga (#13995)
This commit is contained in:
parent
711a62afc4
commit
4cc297f721
|
@ -43,7 +43,7 @@ jobs:
|
|||
},
|
||||
{
|
||||
"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,
|
||||
"message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
|
||||
}
|
||||
|
|
|
@ -47,6 +47,5 @@
|
|||
- Reset Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13168
|
||||
- MangaSwat https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13171
|
||||
- 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
|
||||
- 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 |
|
@ -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
|
||||
}
|
|
@ -22,6 +22,7 @@ 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.com", "ar", pkgName = "iimanga", overrideVersionCode = 2),
|
||||
SingleLang("Azure Scans", "https://azuremanga.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Boosei", "https://boosei.net", "id", overrideVersionCode = 2),
|
||||
SingleLang("Clayrer", "https://clayrer.net", "es"),
|
||||
|
|
Loading…
Reference in New Issue