Skip to content

Commit

Permalink
fix(hdkyl): seeding size.
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-shao authored and fzlins committed Nov 24, 2024
1 parent d21302a commit 80c1598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/sites/www.hdkyl.in/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
"filters": ["query.text()"]
},
"seedingSize": {
"selector": "",
"selector": ["div:has(>b)"],
"filters": [
"query.text().match(/总大小:(.*?)</g)",
"query.text().match(/总大小:(.+)/g)",
"(query && query.length>0 ) ? query[0].replace('总大小:', '').replace('<', '').trim() : 0",
"(query != 0) ? _self.getTotalSize([query]) : 0"
]
Expand Down

0 comments on commit 80c1598

Please sign in to comment.