BrutuZ 2bb5ef9059 Anchira: Add Entry Bundling (#1643)
* Anchira: Add Entry Bundling
Prefixing queries with `bundle:` will create a single SManga entry with results as chapters.

* Switch default bundle title to first entry's
Fix url used to check for bundles
Default page count of 1

* Enable filters on bundles

* Strip chapter number suffix from bundle title

* Convert RegEx to variable

* Convert RegEx constructor to top-level val
2024-03-06 06:25:46 +00:00

9 lines
138 B
Groovy

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