Remove MangaPro. (#13999)
This commit is contained in:
parent
55e62035c0
commit
1f03b38490
|
@ -43,7 +43,7 @@ jobs:
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "both",
|
"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).*",
|
"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).*",
|
||||||
"ignoreCase": true,
|
"ignoreCase": true,
|
||||||
"message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
|
"message": "{match} will not be added back as the Scanlator team has requested it to be removed. Read #3475 for more information"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
## Removed sources
|
## Removed sources
|
||||||
|
|
||||||
|
|
||||||
### Too difficult to maintain
|
### Too difficult to maintain
|
||||||
|
|
||||||
- fanfox.net (MangaFox) https://github.com/tachiyomiorg/tachiyomi-extensions/issues/988
|
- fanfox.net (MangaFox) https://github.com/tachiyomiorg/tachiyomi-extensions/issues/988
|
||||||
|
@ -49,3 +48,4 @@
|
||||||
- Manga-Flix https://github.com/tachiyomiorg/tachiyomi-extensions/issues/12843
|
- Manga-Flix https://github.com/tachiyomiorg/tachiyomi-extensions/issues/12843
|
||||||
- Astra Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13845
|
- Astra Scans https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13845
|
||||||
- Manganoon https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13866
|
- Manganoon https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13866
|
||||||
|
- MangaPro https://github.com/tachiyomiorg/tachiyomi-extensions/issues/13989
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 61 KiB |
|
@ -1,17 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.ar.mangaproz
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
|
||||||
import okhttp3.OkHttpClient
|
|
||||||
import java.util.concurrent.TimeUnit
|
|
||||||
|
|
||||||
class MangaPro : Madara("Manga Pro", "https://manga-pro.com", "ar") {
|
|
||||||
// Theme changed from MangaThemesia to Madara.
|
|
||||||
override val versionId = 2
|
|
||||||
|
|
||||||
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
|
|
||||||
.connectTimeout(10, TimeUnit.SECONDS)
|
|
||||||
.readTimeout(30, TimeUnit.SECONDS)
|
|
||||||
.rateLimit(4)
|
|
||||||
.build()
|
|
||||||
}
|
|
|
@ -198,7 +198,6 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Manga Mitsu", "https://mangamitsu.com", "en", isNsfw = true, overrideVersionCode = 2),
|
SingleLang("Manga Mitsu", "https://mangamitsu.com", "en", isNsfw = true, overrideVersionCode = 2),
|
||||||
SingleLang("Manga One Love", "https://mangaonelove.site/", "ru", isNsfw = true),
|
SingleLang("Manga One Love", "https://mangaonelove.site/", "ru", isNsfw = true),
|
||||||
SingleLang("Manga Online Team", "https://mangaonlineteam.com", "en"),
|
SingleLang("Manga Online Team", "https://mangaonlineteam.com", "en"),
|
||||||
SingleLang("Manga Pro", "https://manga-pro.com", "ar", pkgName = "mangaproz", overrideVersionCode = 4),
|
|
||||||
SingleLang("Manga Queen", "https://mangaqueen.net", "en"),
|
SingleLang("Manga Queen", "https://mangaqueen.net", "en"),
|
||||||
SingleLang("Manga Read", "https://mangaread.co", "en", overrideVersionCode = 1),
|
SingleLang("Manga Read", "https://mangaread.co", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Manga Rock Team", "https://mangarockteam.com", "en", overrideVersionCode = 1),
|
SingleLang("Manga Rock Team", "https://mangarockteam.com", "en", overrideVersionCode = 1),
|
||||||
|
|
Loading…
Reference in New Issue