mirror of https://github.com/zlatinb/muwire
update split pattern
parent
bd5fecc19d
commit
6e3a2c0d08
|
@ -11,5 +11,5 @@ class Constants {
|
|||
|
||||
public static final float DOWNLOAD_SEQUENTIAL_RATIO = 0.8f
|
||||
|
||||
public static final String SPLIT_PATTERN = "[\\.,_-]"
|
||||
public static final String SPLIT_PATTERN = "[\\.,_-<>:;]"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue