MangaThemesia: adding Raiki Scan (#14022)

* Add Raiki Scan

* Remove trailing slash and unnecessary className

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
This commit is contained in:
Yure Gabriel 2022-10-29 22:58:54 -03:00 committed by GitHub
parent 3dc9db2cc6
commit c18a8d5860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

View File

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.es.raikiscan
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class RaikiScan : MangaThemesia("Raiki Scan", "https://raikiscan.com", "es", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")))

View File

@ -88,6 +88,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Phoenix Fansub", "https://phoenixfansub.com", "es", overrideVersionCode = 2),
SingleLang("Pi Scans", "https://piscans.com", "id"),
SingleLang("PMScans", "https://rackusreads.com", "en", overrideVersionCode = 3),
SingleLang("Raiki Scan", "https://raikiscan.com", "es"),
SingleLang("Rawkuma", "https://rawkuma.com/", "ja"),
SingleLang("Readkomik", "https://readkomik.com", "en", className = "ReadKomik", overrideVersionCode = 1),
SingleLang("Realm Scans", "https://realmscans.com", "en", overrideVersionCode = 3),