Add a new source to Madara (closes ). ()

This commit is contained in:
Alessandro Jean 2022-04-25 19:55:36 -03:00 committed by GitHub
parent 033168afb8
commit 7113c5166a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 22 additions and 1 deletions
multisrc
overrides/madara
vapohentai
vaposcan/res
src/main/java/eu/kanade/tachiyomi/multisrc/madara

Binary file not shown.

After

(image error) Size: 3.9 KiB

Binary file not shown.

After

(image error) Size: 2.1 KiB

Binary file not shown.

After

(image error) Size: 5.7 KiB

Binary file not shown.

After

(image error) Size: 11 KiB

Binary file not shown.

After

(image error) Size: 17 KiB

Binary file not shown.

After

(image error) Size: 98 KiB

@ -0,0 +1,20 @@
package eu.kanade.tachiyomi.extension.pt.vapohentai
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
import eu.kanade.tachiyomi.multisrc.madara.Madara
import okhttp3.OkHttpClient
import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit
class VapoHentai : Madara(
"Vapo Hentai",
"http://xxx.vaposcans.com",
"pt-BR",
SimpleDateFormat("dd 'de' MMMMM 'de' yyyy", Locale("pt", "BR"))
) {
override val client: OkHttpClient = super.client.newBuilder()
.addInterceptor(RateLimitInterceptor(1, 2, TimeUnit.SECONDS))
.build()
}

Binary file not shown.

Before

(image error) Size: 4.4 KiB

After

(image error) Size: 3.8 KiB

Binary file not shown.

Before

(image error) Size: 2.3 KiB

After

(image error) Size: 2.0 KiB

Binary file not shown.

Before

(image error) Size: 6.6 KiB

After

(image error) Size: 5.6 KiB

Binary file not shown.

Before

(image error) Size: 13 KiB

After

(image error) Size: 11 KiB

Binary file not shown.

Before

(image error) Size: 19 KiB

After

(image error) Size: 16 KiB

Binary file not shown.

Before

(image error) Size: 107 KiB

After

(image error) Size: 96 KiB

@ -433,7 +433,8 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Unemployed Scans", "https://unemployedscans.com", "en", overrideVersionCode = 1), SingleLang("Unemployed Scans", "https://unemployedscans.com", "en", overrideVersionCode = 1),
SingleLang("Uyuyan Balik", "https://uyuyanbalik.com", "tr", overrideVersionCode = 1), SingleLang("Uyuyan Balik", "https://uyuyanbalik.com", "tr", overrideVersionCode = 1),
SingleLang("Vanguard Bun", "https://vanguardbun.com", "en", overrideVersionCode = 1), SingleLang("Vanguard Bun", "https://vanguardbun.com", "en", overrideVersionCode = 1),
SingleLang("Vapo Scan", "https://vaposcans.com", "pt-BR"), SingleLang("Vapo Hentai", "http://xxx.vaposcans.com", "pt-BR", isNsfw = true),
SingleLang("Vapo Scan", "https://vaposcans.com", "pt-BR", overrideVersionCode = 1),
SingleLang("Visbellum", "https://visbellum.com", "pt-BR", overrideVersionCode = 2), SingleLang("Visbellum", "https://visbellum.com", "pt-BR", overrideVersionCode = 2),
SingleLang("WD Scans (Wicked Dragon Scans)", "https://wdscans.com", "en", className = "WDScans"), SingleLang("WD Scans (Wicked Dragon Scans)", "https://wdscans.com", "en", className = "WDScans"),
SingleLang("Wakamics", "https://wakamics.net", "en"), SingleLang("Wakamics", "https://wakamics.net", "en"),