add source Realm Scans (#9809)
This commit is contained in:
parent
ad0c8e2fec
commit
7159c6a11d
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 |
|
@ -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")
|
|
@ -32,6 +32,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1),
|
||||
SingleLang("A Pair of 2+", "https://pairof2.com", "en", className = "APairOf2"),
|
||||
SingleLang("PMScans", "https://reader.pmscans.com", "en"),
|
||||
SingleLang("Realm Scans", "https://realmscans.xyz", "en"),
|
||||
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
|
||||
SingleLang("Shimada Scans", "https://shimadascans.com", "en"),
|
||||
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue