
* fix manga description selector * fix chapter feed selector * fix selector to script that contain pages link * bump overrideVersionCode * bump baseVersionCode * Revert "bump baseVersionCode" This reverts commit 7b2cc6a937193130e7ce9532597dc4d23547985e. * change rate limit * change few selectors that affected because recent changes * change some selectors and other things * change calling super.pageListParse(response) into just copying the code calling super.pageListParse(response) will cause java.lang.IllegalStateException: closed since response.asJsoup() will be called twice * fix indentation * add excluded category: web novel
10 lines
202 B
Groovy
10 lines
202 B
Groovy
ext {
|
|
extName = 'DMC Scans'
|
|
extClass = '.DMCScans'
|
|
themePkg = 'zeistmanga'
|
|
baseUrl = 'https://didascans.blogspot.com'
|
|
overrideVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|