Update ali
This commit is contained in:
parent
40ef457827
commit
067a4ef8aa
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;150908c13313d69af0f7a306aa7fa10d",
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;424328e448ccb8365a6e5a9477570853",
|
||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||
"sites": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;150908c13313d69af0f7a306aa7fa10d",
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;424328e448ccb8365a6e5a9477570853",
|
||||
"wallpaper": "http://饭太硬.ga/深色壁纸/api.php",
|
||||
"sites": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue