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:
parent
5e2517d641
commit
60c5d8807c
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 |
|
@ -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()
|
||||||
|
}
|
|
@ -19,6 +19,7 @@ class ZeistMangaGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Hijala", "https://hijala.blogspot.com", "ar"),
|
SingleLang("Hijala", "https://hijala.blogspot.com", "ar"),
|
||||||
SingleLang("KLManhua", "https://klmanhua.blogspot.com", "id", isNsfw = true),
|
SingleLang("KLManhua", "https://klmanhua.blogspot.com", "id", isNsfw = true),
|
||||||
SingleLang("KomikRealm", "https://www.komikrealm.my.id", "id"),
|
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("Loner Translations", "https://loner-tl.blogspot.com", "ar"),
|
||||||
SingleLang("Manga Ai Land", "https://manga-ai-land.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),
|
SingleLang("Manga Soul", "https://www.manga-soul.com", "ar", isNsfw = true),
|
||||||
|
|
Loading…
Reference in New Issue