GabutScans: add source (#7984)
This commit is contained in:
parent
357aeacc29
commit
f94183ecc1
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
|
@ -0,0 +1,13 @@
|
|||
package eu.kanade.tachiyomi.extension.id.gabutscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class GabutScans : WPMangaReader(
|
||||
"Gabut Scans", "https://gabutscans.com", "id",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))
|
||||
) {
|
||||
|
||||
override val hasProjectPage = true
|
||||
}
|
|
@ -15,6 +15,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 1),
|
||||
SingleLang("KomikMama", "https://komikmama.net", "id"),
|
||||
SingleLang("MangaKita", "https://mangakita.net", "id", overrideVersionCode = 1),
|
||||
SingleLang("Gabut Scans", "https://gabutscans.com", "id"),
|
||||
SingleLang("Martial Manga", "https://martialmanga.com/", "es"),
|
||||
SingleLang("Ngomik", "https://ngomik.net", "id", overrideVersionCode = 1),
|
||||
SingleLang("Sekaikomik", "https://www.sekaikomik.xyz", "id", isNsfw = true, overrideVersionCode = 6),
|
||||
|
|
Loading…
Reference in New Issue