Shea Manga: fix url issue (#10407)
This commit is contained in:
parent
126c94f902
commit
6a2a4d00bf
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class SheaManga : WPMangaStream(
|
class SheaManga : WPMangaStream(
|
||||||
"Shea Manga",
|
"Shea Manga",
|
||||||
"https://sheamanga.my.id",
|
"http://sheamanga.my.id",
|
||||||
"id",
|
"id",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id"))
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id"))
|
||||||
) {
|
) {
|
||||||
|
|
|
@ -31,7 +31,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Liebe Schnee Hiver", "https://lshistoria.com", "tr", overrideVersionCode = 1),
|
SingleLang("Liebe Schnee Hiver", "https://lshistoria.com", "tr", overrideVersionCode = 1),
|
||||||
SingleLang("GoGoManga", "https://gogomanga.org", "en"),
|
SingleLang("GoGoManga", "https://gogomanga.org", "en"),
|
||||||
SingleLang("GURU Komik", "https://gurukomik.com", "id"),
|
SingleLang("GURU Komik", "https://gurukomik.com", "id"),
|
||||||
SingleLang("Shea Manga", "https://sheamanga.my.id", "id", overrideVersionCode = 1),
|
SingleLang("Shea Manga", "http://sheamanga.my.id", "id", overrideVersionCode = 2),
|
||||||
SingleLang("Komik AV", "https://komikav.com", "id", overrideVersionCode = 1),
|
SingleLang("Komik AV", "https://komikav.com", "id", overrideVersionCode = 1),
|
||||||
SingleLang("Komik Cast", "https://komikcast.com", "id", overrideVersionCode = 9),
|
SingleLang("Komik Cast", "https://komikcast.com", "id", overrideVersionCode = 9),
|
||||||
SingleLang("West Manga", "https://westmanga.info", "id", overrideVersionCode = 1),
|
SingleLang("West Manga", "https://westmanga.info", "id", overrideVersionCode = 1),
|
||||||
|
|
Loading…
Reference in New Issue