Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
multisrc/overrides/madara/manhwadashraw/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/manhwadashraw/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
18
multisrc/overrides/madara/manhwadashraw/src/ManhwaDashRaw.kt
Normal file
18
multisrc/overrides/madara/manhwadashraw/src/ManhwaDashRaw.kt
Normal file
@@ -0,0 +1,18 @@
|
||||
package eu.kanade.tachiyomi.extension.all.manhwadashraw
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class ManhwaDashRaw : Madara(
|
||||
"Manhwa-raw",
|
||||
"https://manhwa-raw.com",
|
||||
"all",
|
||||
dateFormat = SimpleDateFormat("dd/MM/yyy", Locale.ROOT),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val mangaDetailsSelectorStatus = "div.post-content_item:contains(Status) > div.summary-content"
|
||||
override val mangaDetailsSelectorDescription = "div.post-content_item:contains(Summary) div.summary-container"
|
||||
override val pageListParseSelector = "div.page-break img.wp-manga-chapter-img"
|
||||
}
|
||||
Reference in New Issue
Block a user