Skip to content

Commit

Permalink
fix(纽): unsatisfieds
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlins committed Jan 29, 2025
1 parent 9944fd4 commit a342e68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resource/sites/broadcasthe.net/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,15 @@
"filters": ["jQuery.map(query, item=>$(item).attr('href').match(/torrentid=(\\d+)/)[1])"]
}
}
},
"hnrExtendInfo": {
"page": "snatchlist.php?type=ajax&id=$user.id$&sort=seedtimeleft&page=1&pagesize=100",
"fields": {
"unsatisfieds": {
"selector": ["table td:nth-child(5):not(:contains('Complete'))"],
"filters": ["query ? query.length - 1 : 0"]
}
}
}
}
}

0 comments on commit a342e68

Please sign in to comment.