Add NightScans as Source (#13671)

* Add NightScans as Source

* Add override for functionality
This commit is contained in:
Sascha Hahne 2022-10-01 14:04:19 +02:00 committed by GitHub
parent 8fbf7c01cb
commit 2c8a97e759
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: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.nightscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class NightScans : MangaThemesia("NIGHT SCANS", "https://nightscans.org", "en", "/series")

View File

@ -79,6 +79,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Mode Scanlator", "https://modescanlator.com", "pt-BR", overrideVersionCode = 8),
SingleLang("Nekomik", "https://nekomik.com", "id"),
SingleLang("Ngomik", "https://ngomik.net", "id", overrideVersionCode = 1),
SingleLang("NIGHT SCANS", "https://nightscans.org", "en", isNsfw = true, className = "NightScans"),
SingleLang("Nocturnal Scans", "https://nocturnalscans.com", "en", overrideVersionCode = 1),
SingleLang("Non-Stop Scans", "https://www.nonstopscans.com", "en", className = "NonStopScans"),
SingleLang("Omega Scans", "https://omegascans.org", "en", isNsfw = true),