Skip to content

Commit

Permalink
fix(bhd): uploads value
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlins committed Oct 30, 2024
1 parent df8c979 commit e3004bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resource/sites/beyond-hd.me/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
"selector": "div.button-holder h5:contains('Since: ')",
"filters": ["query.text().trim().replace('Since: ', '').replace('Member ', '')", "dateTime(query).isValid()?dateTime(query).valueOf():query"]
},
"uploads": {
"selector": "div.bhd-tidbit-icon.bhd-tidbit-icon:first",
"filters": ["query.clone().children().remove().end().text().trim()", "parseInt(query)"]
},
"unsatisfiedsPage": {
"selector": ["a[href$='/unsatisfieds']:first"],
"attribute": "href",
Expand Down

0 comments on commit e3004bf

Please sign in to comment.