Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
BIN
multisrc/overrides/madara/hadesnofansub/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/hadesnofansub/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 465 KiB |
17
multisrc/overrides/madara/hadesnofansub/src/HadesNoFansub.kt
Normal file
17
multisrc/overrides/madara/hadesnofansub/src/HadesNoFansub.kt
Normal file
@@ -0,0 +1,17 @@
|
||||
package eu.kanade.tachiyomi.extension.es.hadesnofansub
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class HadesNoFansub : Madara(
|
||||
"Hades no Fansub",
|
||||
"https://hadesnofansub.com",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale("es")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val mangaDetailsSelectorStatus = "div.summary_content > div.post-content div.post-content_item:has(div.summary-heading:contains(Status)) div.summary-content"
|
||||
override val mangaDetailsSelectorTag = "div.tags-content a.notUsed" // Site uses this for the scanlator
|
||||
}
|
||||
Reference in New Issue
Block a user