add source Realm Scans (#9809)

This commit is contained in:
Riztard Lanthorn 2021-11-14 16:42:17 +07:00 committed by GitHub
parent ad0c8e2fec
commit 7159c6a11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.realmscans
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
class RealmScans : WPMangaReader("Realm Scans", "https://realmscans.xyz", "en", "/series")

View File

@ -32,6 +32,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1), SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1),
SingleLang("A Pair of 2+", "https://pairof2.com", "en", className = "APairOf2"), SingleLang("A Pair of 2+", "https://pairof2.com", "en", className = "APairOf2"),
SingleLang("PMScans", "https://reader.pmscans.com", "en"), SingleLang("PMScans", "https://reader.pmscans.com", "en"),
SingleLang("Realm Scans", "https://realmscans.xyz", "en"),
SingleLang("Skull Scans", "https://www.skullscans.com", "en"), SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
SingleLang("Shimada Scans", "https://shimadascans.com", "en"), SingleLang("Shimada Scans", "https://shimadascans.com", "en"),
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en", overrideVersionCode = 1), SingleLang("Luminous Scans", "https://www.luminousscans.com", "en", overrideVersionCode = 1),