
* Add MangaTerra * Cleanup * Add search * Cleanup * Remove override unneeed * Remove override fetchSearchManga * Fix search query * Add fetch manga by slug * Add method modifies * Cleanup * Add srcAttr * Move filters to file * Improved pageListParse * Cleanup Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> * Removes the client instance from the loop * Fix search by slug * Fix page index * Remove custom client * Fix redirect last page by default and fix last page * Remove parser type Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * Maintains the positions of the method declarations of the ParsedHttpSource class * Move noRedirectClient to class properties * Add warning when GenreFiltrs is empty * Cleanup * Remove spaces * Use cloudflareClient --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
9 lines
144 B
Groovy
9 lines
144 B
Groovy
ext {
|
|
extName = 'Manga Terra'
|
|
extClass = '.MangaTerra'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|