WPMangaReader: Add DragonTranslation (#7041)
* WPMangaReader: Add DragonTranslation * add icons
This commit is contained in:
parent
835f3d6633
commit
759b614000
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
|
@ -0,0 +1,13 @@
|
|||
/* ktlint-disable */
|
||||
// THIS FILE IS AUTO-GENERATED; DO NOT EDIT
|
||||
package eu.kanade.tachiyomi.extension.es.dragontranslation
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
||||
import eu.kanade.tachiyomi.annotations.Nsfw
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
|
||||
@Nsfw
|
||||
class DragonTranslation : WPMangaReader("DragonTranslation", "https://dragontranslation.com", "es",
|
||||
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("es")))
|
|
@ -26,7 +26,8 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
|
||||
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en"),
|
||||
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)
|
||||
)
|
||||
|
||||
companion object {
|
||||
|
|
Loading…
Reference in New Issue