|
@@ -29,7 +29,7 @@ object ChapterRecognition {
|
|
* Regex used to remove unwanted tags
|
|
* Regex used to remove unwanted tags
|
|
* Example Prison School 12 v.1 vol004 version1243 volume64 -R> Prison School 12
|
|
* Example Prison School 12 v.1 vol004 version1243 volume64 -R> Prison School 12
|
|
*/
|
|
*/
|
|
- private val unwanted = Regex("""(?:(v|ver|vol|version|volume|season).?[0-9]+)""")
|
|
|
|
|
|
+ private val unwanted = Regex("""(?:(v|ver|vol|version|volume|season|s).?[0-9]+)""")
|
|
|
|
|
|
/**
|
|
/**
|
|
* Regex used to remove unwanted whitespace
|
|
* Regex used to remove unwanted whitespace
|