Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package eu.kanade.tachiyomi.extension.en.readvinlandsagamangaonline
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangacatalog.MangaCatalog
|
||||
|
||||
class ReadVinlandSagaMangaOnline : MangaCatalog("Read Vinland Saga Manga Online", "https://ww1.readvinlandsaga.com", "en") {
|
||||
override val sourceList = listOf(
|
||||
Pair("Vinland Saga", "$baseUrl/manga/vinland-saga/"),
|
||||
Pair("Fan Colored", "$baseUrl/manga/vinland-saga-colored/"),
|
||||
Pair("Planetes", "$baseUrl/manga/planetes/"),
|
||||
).sortedBy { it.first }.distinctBy { it.second }
|
||||
}
|
||||
Reference in New Issue
Block a user