feat(multisrc/pt): New source: Ler 999 (#19431)

* feat(multisrc/pt): Add Ler999

* feat: Add source icons

* chore: Follow suggestion - Use rateLimit
This commit is contained in:
Claudemirovsky 2023-12-26 08:30:05 -03:00 committed by GitHub
parent 5e2517d641
commit 60c5d8807c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.pt.ler999
import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import java.util.concurrent.TimeUnit
class Ler999 : ZeistManga("Ler 999", "https://ler999.blogspot.com", "pt-BR") {
override val client = super.client.newBuilder()
.rateLimit(1, 2, TimeUnit.SECONDS)
.build()
}

View File

@ -19,6 +19,7 @@ class ZeistMangaGenerator : ThemeSourceGenerator {
SingleLang("Hijala", "https://hijala.blogspot.com", "ar"),
SingleLang("KLManhua", "https://klmanhua.blogspot.com", "id", isNsfw = true),
SingleLang("KomikRealm", "https://www.komikrealm.my.id", "id"),
SingleLang("Ler 999", "https://ler999.blogspot.com", "pt-BR"),
SingleLang("Loner Translations", "https://loner-tl.blogspot.com", "ar"),
SingleLang("Manga Ai Land", "https://manga-ai-land.blogspot.com", "ar"),
SingleLang("Manga Soul", "https://www.manga-soul.com", "ar", isNsfw = true),