move ace scans to wpmangareader (#7944)

* Delete multisrc/overrides/madara/acescans/res directory

* Update MadaraGenerator.kt

* acescans icon

* flamescans: remove /series

fixes error 502

* Create AceScans.kt

* add ace scans, bump flamescans

* readd /series/ :V

* Update AceScans.kt

* Update AceScans.kt

* Update WPMangaReaderGenerator.kt

* Rename AceScans.kt to AceScanlation.kt

* Delete multisrc/overrides/wpmangareader/acescans directory

* Create AceScanlation.kt

* add ace scanlation icon

* Update AceScanlation.kt

* Update WPMangaReaderGenerator.kt

* Delete multisrc/overrides/wpmangareader/acescanlation directory

* Add files via upload
This commit is contained in:
CVIUS 2021-07-03 09:26:22 +08:00 committed by GitHub
parent 7babbc272b
commit 8935d7b899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View File

@ -6,7 +6,7 @@ import okhttp3.Headers
import okhttp3.OkHttpClient
import java.util.concurrent.TimeUnit
class FlameScans : WPMangaReader("Flame Scans", "https://flamescans.org", "en", "/series") {
class FlameScans : WPMangaReader("Flame Scans", "https://flamescans.org", "en", "/series/") {
private val rateLimitInterceptor = RateLimitInterceptor(1)
private val userAgent = "Tachiyomi Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36"
override fun headersBuilder(): Headers.Builder = Headers.Builder()

View File

@ -25,7 +25,6 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("24hRomance", "https://24hromance.com", "en", className = "Romance24h"),
SingleLang("365Manga", "https://365manga.com", "en", className = "ThreeSixtyFiveManga", overrideVersionCode = 1),
SingleLang("AYATOON", "https://ayatoon.com", "tr", overrideVersionCode = 1),
SingleLang("Ace Scans", "https://acescans.xyz", "en"),
SingleLang("Adonis Fansub", "https://manga.adonisfansub.com", "tr", overrideVersionCode = 1),
SingleLang("Agent of Change Translations", "https://aoc.moe", "en", overrideVersionCode = 1),
SingleLang("AkuManga", "https://akumanga.com", "ar", overrideVersionCode = 1),

View File

@ -22,7 +22,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Mangasusu", "https://mangasusu.co.in", "id", isNsfw = true),
SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1),
SingleLang("Flame Scans", "https://flamescans.org", "en", overrideVersionCode = 4),
SingleLang("Flame Scans", "https://flamescans.org", "en", overrideVersionCode = 5),
SingleLang("A Pair of 2+", "https://pairof2.com", "en", className = "APairOf2"),
SingleLang("PMScans", "https://reader.pmscans.com", "en"),
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
@ -34,6 +34,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("DragonTranslation", "https://dragontranslation.com", "es", isNsfw = true, overrideVersionCode = 1),
SingleLang("Patatescans", "https://patatescans.com", "fr", isNsfw = true, overrideVersionCode = 1),
SingleLang("Fusion Scanlation", "https://fusionscanlation.com", "es"),
SingleLang("Ace Scans", "https://acescans.xyz", "en"),
)
companion object {