1

minor refactor

This commit is contained in:
Austin Liew 2017-02-17 04:45:10 -05:00
parent 318c76dbec
commit 1d0618d16c

View File

@ -50,8 +50,8 @@ func makeMeikyoExtractor() epwingExtractor {
expShapesExp: regexp.MustCompile(`[▼▽]+`), expShapesExp: regexp.MustCompile(`[▼▽]+`),
expBracketedExp: regexp.MustCompile(`(?:[〈《])([^〉》]*)(?:[〉》])`), expBracketedExp: regexp.MustCompile(`(?:[〈《])([^〉》]*)(?:[〉》])`),
expTermsExp: regexp.MustCompile(`([^]*)?(?:(.*))?`), expTermsExp: regexp.MustCompile(`([^]*)?(?:(.*))?`),
metaExp: regexp.MustCompile(`〘([^〙]*)〙`),
readGroupExp: regexp.MustCompile(`[‐・]+`), readGroupExp: regexp.MustCompile(`[‐・]+`),
metaExp: regexp.MustCompile(`〘([^〙]*)〙`),
} }
} }