pull/69/head
FongMi 3 years ago
parent 7ba0eac06e
commit 59703ee352
  1. 2
      app/src/main/java/com/github/catvod/bean/ali/Sorter.java
  2. BIN
      jar/custom_spider.jar
  3. 2
      jar/custom_spider.jar.md5

@ -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.

@ -1 +1 @@
150908c13313d69af0f7a306aa7fa10d
424328e448ccb8365a6e5a9477570853

Loading…
Cancel
Save