migrate to madara (#8123)
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
|
@ -0,0 +1,6 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.seafoamscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
|
||||||
|
class SeafoamScans : Madara("Seafoam Scans", "https://seafoamscans.com", "en", SimpleDateFormat("dd/MM/yyyy"))
|
|
@ -1,5 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.en.seafoamscans
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
|
||||||
|
|
||||||
class SeafoamScans : WPMangaReader("Seafoam Scans", "https://seafoamscans.com", "en", "/comic")
|
|
|
@ -278,6 +278,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Sani-Go", "https://sani-go.net", "ar", className = "SaniGo", overrideVersionCode = 1),
|
SingleLang("Sani-Go", "https://sani-go.net", "ar", className = "SaniGo", overrideVersionCode = 1),
|
||||||
SingleLang("Sawamics", "https://sawamics.com", "en"),
|
SingleLang("Sawamics", "https://sawamics.com", "en"),
|
||||||
SingleLang("Scans Raw", "https://scansraw.com", "en"),
|
SingleLang("Scans Raw", "https://scansraw.com", "en"),
|
||||||
|
SingleLang("Seafoam Scans", "https://seafoamscans.com", "en", overrideVersionCode = 2),
|
||||||
SingleLang("Setsu Scans", "https://setsuscans.com", "en", overrideVersionCode = 1),
|
SingleLang("Setsu Scans", "https://setsuscans.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Shield Manga", "https://shieldmanga.club", "en", overrideVersionCode = 2),
|
SingleLang("Shield Manga", "https://shieldmanga.club", "en", overrideVersionCode = 2),
|
||||||
SingleLang("Shooting Star Scans", "https://shootingstarscans.xyz", "en", overrideVersionCode = 1),
|
SingleLang("Shooting Star Scans", "https://shootingstarscans.xyz", "en", overrideVersionCode = 1),
|
||||||
|
|
|
@ -29,7 +29,6 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
|
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
|
||||||
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en"),
|
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en"),
|
||||||
SingleLang("Azure Scans", "https://azuremanga.com", "en"),
|
SingleLang("Azure Scans", "https://azuremanga.com", "en"),
|
||||||
SingleLang("Seafoam Scans", "https://seafoamscans.com", "en"),
|
|
||||||
SingleLang("GS Nation", "https://gs-nation.fr", "fr", overrideVersionCode = 1),
|
SingleLang("GS Nation", "https://gs-nation.fr", "fr", overrideVersionCode = 1),
|
||||||
SingleLang("YugenMangas", "https://yugenmangas.com", "es"),
|
SingleLang("YugenMangas", "https://yugenmangas.com", "es"),
|
||||||
SingleLang("DragonTranslation", "https://dragontranslation.com", "es", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("DragonTranslation", "https://dragontranslation.com", "es", isNsfw = true, overrideVersionCode = 1),
|
||||||
|
|