Remove Coven Scan as per scanlator request. (#14500)

This commit is contained in:
Alessandro Jean 2022-12-08 22:38:53 -03:00 committed by GitHub
parent 8122b889c0
commit 46fa92435b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 24 deletions

View File

@ -43,7 +43,7 @@ jobs:
},
{
"type": "both",
"regex": ".*(team\\s*x|tqneplus|komiktap|gourmet\\s*scans|mangawow|voidscans|hikari\\s*scans|mangagegecesi|knightnoscanlations|ahstudios|mangagecesi|nartag|xxx\\s*yaoi|yaoi\\s*fan\\s*clube|luminous|dragontea|manhwaid\\.org|hunters\\s*scan|mnhaestate|swat\\s*manga|manga\\s*swat|reset(?:\\s*|-)scan|manga-flix\\.com|astra\\s*scans|manganoon|manga(?:-|\\s*)pro).*",
"regex": ".*(team\\s*x|tqneplus|komiktap|gourmet\\s*scans|mangawow|voidscans|hikari\\s*scans|mangagegecesi|knightnoscanlations|ahstudios|mangagecesi|nartag|xxx\\s*yaoi|yaoi\\s*fan\\s*clube|luminous|dragontea|manhwaid\\.org|hunters\\s*scan|mnhaestate|swat\\s*manga|manga\\s*swat|reset(?:\\s*|-)scan|manga-flix\\.com|astra\\s*scans|manganoon|manga(?:-|\\s*)pro).*|coven\\s*scans?",
"ignoreCase": true,
"message": "{match} will not be added back as the scanlator team has requested it to be removed. Read #3475 for more information."
},

View File

@ -49,3 +49,5 @@
- Astra Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13845
- Manganoon https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13866
- MangaPro https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13989
- Coven Scan https://github.com/tachiyomiorg/tachiyomi-extensions/issues/14499

View File

@ -1,22 +0,0 @@
package eu.kanade.tachiyomi.extension.pt.covenscan
import eu.kanade.tachiyomi.multisrc.madara.Madara
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit
class CovenScan : Madara(
"Coven Scan",
"https://covenscan.com",
"pt-BR",
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR"))
) {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(1, 2, TimeUnit.SECONDS)
.build()
override val useNewChapterEndpoint = true
}

View File

@ -76,7 +76,6 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Comictoon", "https://comictoonthaith-new.com", "th", isNsfw = true),
SingleLang("Cookie Kiara", "https://18.kiara.cool", "en", isNsfw = true),
SingleLang("CopyPasteScan", "https://copypastescan.xyz", "es", overrideVersionCode = 1),
SingleLang("Coven Scan", "https://covenscan.com", "pt-BR", isNsfw = true),
SingleLang("Cronos Scan", "https://cronosscan.net", "pt-BR", overrideVersionCode = 1),
SingleLang("DapRob", "https://daprob.com", "es"),
SingleLang("Dark Scans", "https://darkscans.com", "en"),