Initial commit
This commit is contained in:
22
multisrc/overrides/mangathemesia/manhwaindo/CHANGELOG.md
Normal file
22
multisrc/overrides/mangathemesia/manhwaindo/CHANGELOG.md
Normal file
@@ -0,0 +1,22 @@
|
||||
## 1.2.14
|
||||
|
||||
### Features
|
||||
|
||||
* Add `CHANGELOG.md`
|
||||
|
||||
## 1.2.13
|
||||
|
||||
### Fix
|
||||
|
||||
* Http 404 issue in browse and latest
|
||||
* Some thumbnail didn't load
|
||||
|
||||
### Features
|
||||
|
||||
* Parsing title without `komik` string
|
||||
|
||||
## 1.2.12
|
||||
|
||||
### Features
|
||||
|
||||
* Adding ManhwaIndo extension to tachiyomi
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -0,0 +1,17 @@
|
||||
package eu.kanade.tachiyomi.extension.id.manhwaindo
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class ManhwaIndo : MangaThemesia(
|
||||
"Manhwa Indo",
|
||||
"https://manhwaindo.id",
|
||||
"id",
|
||||
"/series",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale.US),
|
||||
) {
|
||||
override val seriesTitleSelector = ".ts-breadcrumb li:last-child span"
|
||||
|
||||
override val hasProjectPage = true
|
||||
}
|
||||
Reference in New Issue
Block a user