Added Asura Scans back (#7091)

* Added Asura Scans back

* Added asura scans to generator

* removed asura from issuecloser
This commit is contained in:
loocool2 2021-05-19 05:00:37 -07:00 committed by GitHub
parent 1ceb67f092
commit f711b88f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 20 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
},
{
"type": "both",
"regex": ".*(teamx|tqneplus|manga\\s*disk|asura\\s*scans|komiktap|gourmet\\s*scans|manga\\s*crimson|mangawow|voidscans|hikari\\s*scans|mangagegecesi|piedpiperfb).*",
"regex": ".*(teamx|tqneplus|manga\\s*disk|komiktap|gourmet\\s*scans|manga\\s*crimson|mangawow|voidscans|hikari\\s*scans|mangagegecesi|piedpiperfb).*",
"message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

View File

@ -0,0 +1,18 @@
package eu.kanade.tachiyomi.extension.en.asurascans
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
import okhttp3.OkHttpClient
import java.util.concurrent.TimeUnit
class AsuraScans : WPMangaStream("AsuraScans", "https://asurascans.com", "en") {
private val rateLimitInterceptor = RateLimitInterceptor(2)
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
.connectTimeout(10, TimeUnit.SECONDS)
.readTimeout(30, TimeUnit.SECONDS)
.addNetworkInterceptor(rateLimitInterceptor)
.build()
override val pageSelector = "div.rdminimal img[loading*=lazy]"
}

View File

@ -12,6 +12,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
override val baseVersionCode: Int = 4
override val sources = listOf(
SingleLang("Asura Scans", "https://asurascans.com", "en"),
SingleLang("KlanKomik", "https://klankomik.com", "id"),
SingleLang("ChiOtaku", "https://chiotaku.com", "id"),
SingleLang("MangaShiro", "https://mangashiro.co", "id"),