Skip to content

Commit

Permalink
Merge pull request #24 from ronggang/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Bright-W authored Jun 26, 2022
2 parents fb3acb8 + b237824 commit 43e4d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 129 deletions.
123 changes: 0 additions & 123 deletions resource/sites/aither.cc/getSearchResult.js

This file was deleted.

10 changes: 4 additions & 6 deletions resource/sites/greatposterwall.com/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,18 @@
"fields": {
"seedingSize": {
"selector": [
"table#bprates_overview > tbody > tr > td:eq(1)"
"#seeding-size-value"
],
"filters": [
"query.text().replace(/,/g,'').match(/([\\d.]+ ?[ZEPTGMK]?i?B)/)",
"(query && query.length>=2)?(query[1]).sizeToNumber():0"
"query.data('value')"
]
},
"bonus": {
"selector": [
"div#content > div.header > h3"
"#bp-value"
],
"filters": [
"query.text().replace(/,/g,'').match(/.+?([\\d.]+)/)",
"(query && query.length>=2)?query[1]:0"
"query.data('value')"
]
},
"seedingList": {
Expand Down

0 comments on commit 43e4d36

Please sign in to comment.