A lot of random changes to try and speed up SharpCompress.
This commit is contained in:
parent
d73bd22db2
commit
d724a8f178
10 changed files with 137 additions and 33 deletions
|
@ -26,6 +26,10 @@ namespace API.Parser
|
|||
new Regex(
|
||||
@"(?<Series>.*)(\b|_)v(?<Volume>\d+(-\d+)?)",
|
||||
RegexOptions.IgnoreCase | RegexOptions.Compiled),
|
||||
// Kodomo no Jikan vol. 10
|
||||
new Regex(
|
||||
@"(?<Series>.*)(\b|_)(vol\.? ?)(?<Volume>\d+(-\d+)?)",
|
||||
RegexOptions.IgnoreCase | RegexOptions.Compiled),
|
||||
// Killing Bites Vol. 0001 Ch. 0001 - Galactica Scanlations (gb)
|
||||
new Regex(
|
||||
@"(vol\.? ?)(?<Volume>0*[1-9]+)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue