Add Ozul Scans (#10340)
This commit is contained in:
parent
ce7366dc73
commit
1b0e7466ce
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
12
multisrc/overrides/wpmangareader/ozulscans/src/OzulScans.kt
Normal file
12
multisrc/overrides/wpmangareader/ozulscans/src/OzulScans.kt
Normal file
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.ar.ozulscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class OzulScans : WPMangaReader(
|
||||
"Ozul Scans",
|
||||
"https://ozulscans.com",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar"))
|
||||
)
|
@ -45,6 +45,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Silence Scan", "https://silencescan.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 5),
|
||||
SingleLang("YANP Fansub", "https://yanpfansub.com", "pt-BR", isNsfw = true),
|
||||
SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 6),
|
||||
SingleLang("Ozul Scans", "https://ozulscans.com", "ar"),
|
||||
)
|
||||
|
||||
companion object {
|
||||
|
Loading…
x
Reference in New Issue
Block a user