parent
096c073d58
commit
82a5dc8190
|
@ -1,9 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.en.mangachill
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaChill : Madara("Manga Chill", "https://mangachill.me", "en", SimpleDateFormat("dd/MM/yyyy", Locale.US)) {
|
||||
override val useNewChapterEndpoint: Boolean = true
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
package eu.kanade.tachiyomi.extension.ru.mangaonelove
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangaOneLove : Madara("Manga One Love", "https://mangaonelove.site/", "ru", SimpleDateFormat("dd.MM.yyyy", Locale.US))
|
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -189,7 +189,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Manga Action", "https://mangaaction.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("Manga Bilgini", "https://mangabilgini.com", "tr"),
|
||||
SingleLang("Manga Bin", "https://mangabin.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Manga Chill", "https://mangachill.me", "en", overrideVersionCode = 5),
|
||||
SingleLang("Manga Chill", "https://mangachill.io", "en", overrideVersionCode = 6),
|
||||
SingleLang("Manga Crab", "https://mangacrab.com", "es", overrideVersionCode = 1),
|
||||
SingleLang("Manga District", "https://mangadistrict.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Manga Diyari", "https://manga-diyari.com", "tr", overrideVersionCode = 2),
|
||||
|
@ -205,6 +205,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Manga Leveling", "https://mangaleveling.com", "en"),
|
||||
SingleLang("Manga Lord", "https://mangalord.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Manga Mitsu", "https://mangamitsu.com", "en", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("Manga One Love", "https://mangaonelove.site/", "ru", isNsfw = true),
|
||||
SingleLang("Manga Online Team", "https://mangaonlineteam.com", "en"),
|
||||
SingleLang("Manga Queen", "https://mangaqueen.net", "en"),
|
||||
SingleLang("Manga Read", "https://mangaread.co", "en", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue