Tenshi.id: Fix short list of comics (#17844)
* Fix url directory * change override version * Sort sources alphabetically
This commit is contained in:
parent
87ca0f75be
commit
dd0bb1ccd6
|
@ -6,7 +6,13 @@ import okhttp3.OkHttpClient
|
||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
class TenshiId : MangaThemesia("Tenshi.id", "https://tenshi.id", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id", "ID"))) {
|
class TenshiId : MangaThemesia(
|
||||||
|
"Tenshi.id",
|
||||||
|
"https://tenshi.id",
|
||||||
|
"id",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id", "ID")),
|
||||||
|
mangaUrlDirectory = "/komik",
|
||||||
|
) {
|
||||||
|
|
||||||
// MasterKomik changed to Tenshi.id
|
// MasterKomik changed to Tenshi.id
|
||||||
override val id: Long = 3146720114171452298
|
override val id: Long = 3146720114171452298
|
||||||
|
|
|
@ -85,7 +85,6 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("ManhwaList", "https://manhwalist.xyz", "id", overrideVersionCode = 3),
|
SingleLang("ManhwaList", "https://manhwalist.xyz", "id", overrideVersionCode = 3),
|
||||||
SingleLang("Manhwax", "https://manhwax.com", "en", isNsfw = true),
|
SingleLang("Manhwax", "https://manhwax.com", "en", isNsfw = true),
|
||||||
SingleLang("Mareceh", "https://mareceh.com", "id", isNsfw = true, pkgName = "mangceh", overrideVersionCode = 10),
|
SingleLang("Mareceh", "https://mareceh.com", "id", isNsfw = true, pkgName = "mangceh", overrideVersionCode = 10),
|
||||||
SingleLang("Tenshi.id", "https://tenshi.id", "id", className = "TenshiId", pkgName = "masterkomik", overrideVersionCode = 2),
|
|
||||||
SingleLang("MELOKOMIK", "https://melokomik.xyz", "id"),
|
SingleLang("MELOKOMIK", "https://melokomik.xyz", "id"),
|
||||||
SingleLang("Mihentai", "https://mihentai.com", "all", isNsfw = true, overrideVersionCode = 2),
|
SingleLang("Mihentai", "https://mihentai.com", "all", isNsfw = true, overrideVersionCode = 2),
|
||||||
SingleLang("MirrorDesu", "https://mirrordesu.me", "id", isNsfw = true),
|
SingleLang("MirrorDesu", "https://mirrordesu.me", "id", isNsfw = true),
|
||||||
|
@ -128,6 +127,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Sushi-Scan", "https://sushiscan.net", "fr", className = "SushiScan", overrideVersionCode = 6),
|
SingleLang("Sushi-Scan", "https://sushiscan.net", "fr", className = "SushiScan", overrideVersionCode = 6),
|
||||||
SingleLang("Tarot Scans", "https://www.tarotscans.com", "tr"),
|
SingleLang("Tarot Scans", "https://www.tarotscans.com", "tr"),
|
||||||
SingleLang("TenkaiScan", "https://tenkaiscan.net", "es", isNsfw = true),
|
SingleLang("TenkaiScan", "https://tenkaiscan.net", "es", isNsfw = true),
|
||||||
|
SingleLang("Tenshi.id", "https://tenshi.id", "id", className = "TenshiId", pkgName = "masterkomik", overrideVersionCode = 3),
|
||||||
SingleLang("The Apollo Team", "https://theapollo.team", "en"),
|
SingleLang("The Apollo Team", "https://theapollo.team", "en"),
|
||||||
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9),
|
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9),
|
||||||
SingleLang("TukangKomik", "https://tukangkomik.id", "id", overrideVersionCode = 1),
|
SingleLang("TukangKomik", "https://tukangkomik.id", "id", overrideVersionCode = 1),
|
||||||
|
|
Loading…
Reference in New Issue