Vetle Ledaal dbeb67b3e9 HentaiRead: fix page parsing ()
* HentaiRead: fix page parsing

* address PR comments

* code was never published, simplifying

* copy SChapter object to avoid mutating db

* nvm, just return GET directly
2024-06-03 05:43:53 +01:00

11 lines
211 B
Groovy

ext {
extName = 'HentaiRead'
extClass = '.Hentairead'
themePkg = 'madara'
baseUrl = 'https://hentairead.com'
overrideVersionCode = 5
isNsfw = true
}
apply from: "$rootDir/common.gradle"