Removed MangaSY (#12017)
* Removed MangaSY source Deleted mangasy.com * Removed MangaSY
This commit is contained in:
parent
210441d05f
commit
713a78e147
Binary file not shown.
Before Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 50 KiB |
Binary file not shown.
Before Width: | Height: | Size: 406 KiB |
@ -1,12 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.en.mangasy
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.source.model.Page
|
||||
import okhttp3.CacheControl
|
||||
import okhttp3.Request
|
||||
|
||||
class MangaSY : Madara("Manga SY", "https://www.mangasy.com", "en") {
|
||||
override fun imageRequest(page: Page): Request = super.imageRequest(page).newBuilder()
|
||||
.cacheControl(CacheControl.FORCE_NETWORK)
|
||||
.build()
|
||||
}
|
@ -205,7 +205,6 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Manga Riki", "https://mangariki.com", "en"),
|
||||
SingleLang("Manga Rock Team", "https://mangarockteam.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Manga Rocky", "https://mangarocky.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Manga SY", "https://www.mangasy.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Manga Şehri", "https://mangasehri.com", "tr", className = "MangaSehri", isNsfw = true),
|
||||
SingleLang("Manga Sepeti", "https://www.mangasepeti.xyz", "tr", overrideVersionCode = 1),
|
||||
SingleLang("Manga Sky", "https://mangasky.net", "en"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user