jopejoe1 201463e1f5
Added some sources to madara (#10595)
* Update MadaraGenerator.kt

* Include fixed version of #10443 and #10167

Co-authored-by: Shota <75117560+Shota5749@users.noreply.github.com>
Co-authored-by: Carlos Hernandez <20384738+wolfghost9898@users.noreply.github.com>

* Add icons and overrides

* Add more icons and overrides

* Update Madara.kt

Co-authored-by: Shota <75117560+Shota5749@users.noreply.github.com>
Co-authored-by: Carlos Hernandez <20384738+wolfghost9898@users.noreply.github.com>
2022-01-29 06:29:15 -05:00

8 lines
277 B
Kotlin

package eu.kanade.tachiyomi.extension.es.sdlscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class SdlScans : Madara("Sdl scans", "https://sdlscans.com", "es", SimpleDateFormat("MMMMM dd, yyyy", Locale("es")))