Add Lyra Scans Source (#18074)

* Add Lyra Scans Source

* fix string
This commit is contained in:
Luqman 2023-09-23 04:57:13 +07:00 committed by GitHub
parent 0d76eade5e
commit 061a4709c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.lyrascans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
class LyraScans : MangaThemesia("Lyra Scans", "https://lyrascans.com", "en") {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(20, 5)
.build()
}

View File

@ -66,6 +66,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("LianScans", "https://www.lianscans.my.id", "id", isNsfw = true),
SingleLang("Lunar Scans", "https://lunarscan.org", "en", isNsfw = true),
SingleLang("LynxScans", "https://lynxscans.com", "en"),
SingleLang("Lyra Scans", "https://lyrascans.com", "en"),
SingleLang("Magus Manga", "https://magusmanga.com", "ar"),
SingleLang("Manga Indo.me", "https://mangaindo.me", "id", className = "MangaIndoMe"),
SingleLang("Manga Raw.org", "https://mangaraw.org", "ja", className = "MangaRawOrg", overrideVersionCode = 1),