Chopper 70302c2d30 Add TuManhwas (#3285)
* Add TuManhwas

* Add icons

* Add isNsfw

* Fix manga title

* Move to ParsedHttpSource

* Add chapter date

* Move imgSrc to function

* Remove extra map

* Move regex to companion object

* Refactoring latestUpdatesFromElement
2024-06-03 05:44:48 +01:00

9 lines
141 B
Groovy

ext {
extName = 'TuManhwas'
extClass = '.TuManhwas'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"