Add Ozul Scans (#10340)

This commit is contained in:
Vetle Ledaal 2022-01-04 19:55:53 +00:00 committed by GitHub
parent ce7366dc73
commit 1b0e7466ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 0 deletions

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

View 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"))
)

View File

@ -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 {