RealmScans: Update url to new domain (#10335)

* RealmScans: Update url to new domain

* RealmScans: Update overrideVersionCode
This commit is contained in:
Troy121 2022-01-04 20:56:49 +01:00 committed by GitHub
parent 8e200b7c95
commit d73e504087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -33,7 +33,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("Gecenin Lordu", "https://geceninlordu.com", "tr", overrideVersionCode = 1),
SingleLang("PMScans", "http://www.pmscans.com", "en", overrideVersionCode = 1),
SingleLang("Realm Scans", "https://realmscans.xyz", "en"),
SingleLang("Realm Scans", "https://realmscans.com", "en", overrideVersionCode = 1),
SingleLang("Skull Scans", "https://www.skullscans.com", "en", overrideVersionCode = 1),
SingleLang("Shimada Scans", "https://shimadascans.com", "en"),
SingleLang("Shooting Star Scans", "https://shootingstarscans.com", "en", overrideVersionCode = 3),