Skip to content

Commit 1db7648

Browse files
author
liyuzhe
committed
fix: Update hhanclub.json to refine upload and download data extraction selectors and remove redundant filters.
1 parent c4bed76 commit 1db7648

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

assets/sites/hhanclub.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,12 @@
7575
}
7676
},
7777
"upload": {
78-
"selector": "img[alt==\"上传\"] > nextParse",
79-
"attribute": "text",
80-
"filter": {
81-
"name": "regexp",
82-
"args": " (.*?B)",
83-
"value": "$1"
84-
}
78+
"selector": "img[alt==\"上传\"] > nextParsed",
79+
"attribute": "text"
8580
},
8681
"download": {
87-
"selector": "img[alt==\"下载\"] > nextParse",
88-
"attribute": "text",
89-
"filter": {
90-
"name": "regexp",
91-
"args": " (.*?B)",
92-
"value": "$1"
93-
}
82+
"selector": "img[alt==\"下载\"] > nextParsed",
83+
"attribute": "text"
9484
},
9585
"bonus": {
9686
"selector": "a[href^=\"mybonus.php\"]",

0 commit comments

Comments
 (0)