Update ali

This commit is contained in:
FongMi 2023-05-11 10:32:20 +08:00
parent 7ba0eac06e
commit 59703ee352
3 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ public class Sorter implements Comparator<Item> {
}
private int getDigit(String text) throws NumberFormatException {
return Integer.parseInt(Utils.removeExt(text).replaceAll("\\D+", ""));
return Integer.parseInt(Utils.removeExt(text).replace("1080P", "").replace("4K", "").replaceAll("\\D+", ""));
}
}

Binary file not shown.

View File

@ -1 +1 @@
150908c13313d69af0f7a306aa7fa10d
424328e448ccb8365a6e5a9477570853