Add Raiscans source (#18542)

This commit is contained in:
Luqman 2023-10-17 05:17:47 +07:00 committed by GitHub
parent bcca2d7b3e
commit f202a2bdaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -0,0 +1,13 @@
package eu.kanade.tachiyomi.extension.en.raiscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
import java.util.concurrent.TimeUnit
class Raiscans : MangaThemesia("Raiscans", "https://www.raiscans.com", "en", "/Series") {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(20, 5, TimeUnit.SECONDS)
.build()
}

View File

@ -112,6 +112,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Pi Scans", "https://piscans.in", "id", overrideVersionCode = 1),
SingleLang("PotatoManga", "https://potatomanga.xyz", "ar"),
SingleLang("Raiki Scan", "https://raikiscan.com", "es"),
SingleLang("Raiscans", "https://www.raiscans.com", "en"),
SingleLang("Raven Scans", "https://ravenscans.com", "en", overrideVersionCode = 1),
SingleLang("Rawkuma", "https://rawkuma.com/", "ja"),
SingleLang("ReadGojo", "https://readgojo.com", "en"),