Remove Remangas by the scanlator team request (#18845)
Remove Remangas by the scanlator team request.
This commit is contained in:
parent
e5147fd0a5
commit
7a92bf7fa7
|
@ -50,7 +50,7 @@ jobs:
|
|||
},
|
||||
{
|
||||
"type": "both",
|
||||
"regex": ".*(komiktap|gourmet\\s*scans|mangawow|hikari\\s*scans|knightnoscanlations|mangasy|nartag|xxx\\s*yaoi|luminous|hunters\\s*scan|reset(?:\\s*|-)scan|astra\\s*scans|manga(?:-|\\s*)pro|shinobiscans|plot ?twist ?no ?fansub(?: ?scans?)?|plot-twistnf-scans(?:\\.com)?|mhscans|aresmanga|realm ?scans?|mono ?manga|dat(?:\\s*|-)?gar\\s*scan).*",
|
||||
"regex": ".*(komiktap|gourmet\\s*scans|mangawow|hikari\\s*scans|knightnoscanlations|mangasy|nartag|xxx\\s*yaoi|luminous|hunters\\s*scan|reset(?:\\s*|-)scan|astra\\s*scans|manga(?:-|\\s*)pro|shinobiscans|plot ?twist ?no ?fansub(?: ?scans?)?|plot-twistnf-scans(?:\\.com)?|mhscans|aresmanga|realm ?scans?|mono ?manga|dat(?:\\s*|-)?gar\\s*scan|remangas).*",
|
||||
"ignoreCase": true,
|
||||
"labels": ["invalid"],
|
||||
"message": "{match} will not be added back as the scanlator team has requested it to be removed. Read [this](https://github.com/tachiyomiorg/tachiyomi-extensions/blob/master/REMOVED_SOURCES.md) for more information."
|
||||
|
|
|
@ -59,6 +59,7 @@ Here is a list of known sources that were removed.
|
|||
- NarTag https://github.com/tachiyomiorg/tachiyomi-extensions/issues/8038
|
||||
- Plot-twistnf-scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/4242
|
||||
- Realm Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/15586
|
||||
- Remangas https://github.com/tachiyomiorg/tachiyomi-extensions/issues/18807
|
||||
- Reset Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13168
|
||||
- SetsuScans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/11040
|
||||
- ShinobiScans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/14457
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 150 KiB |
|
@ -1,23 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.pt.remangas
|
||||
|
||||
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 Remangas : Madara(
|
||||
"Remangas",
|
||||
"https://remangas.net",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd 'de' MMM 'de' yyy", Locale("pt", "BR")),
|
||||
) {
|
||||
override val versionId = 2
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 2, TimeUnit.SECONDS)
|
||||
.build()
|
||||
}
|
|
@ -424,7 +424,6 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("ReadFreeComics", "https://readfreecomics.com", "en"),
|
||||
SingleLang("ReadMangaFree", "https://readmangafree.net", "en", isNsfw = true),
|
||||
SingleLang("ReadManhua", "https://readmanhua.net", "en", overrideVersionCode = 2),
|
||||
SingleLang("Remangas", "https://remangas.net", "pt-BR"),
|
||||
SingleLang("Rh2PlusManga", "https://www.rh2plusmanga.com", "th", isNsfw = true, overrideVersionCode = 5),
|
||||
SingleLang("Rightdark Scan", "https://rightdark-scan.com", "es"),
|
||||
SingleLang("Rio2 Manga", "https://rio2manga.com", "en"),
|
||||
|
|
Loading…
Reference in New Issue