Skip to content

Commit

Permalink
fix(HDB): 尝试处理不显示uploader少列影响脚本处理的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Nov 3, 2022
1 parent d97ef04 commit afddb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/sites/hdbits.org/getSearchResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
//配置
category: 0
};
if(rows.eq(0).find(">td").length == 9) {
if(rows.eq(0).find("td[id*=codec]").length == 0) {
fieldIndex = {time: 3,size: 4,seeders: 6,leechers: 7,completed: 5,name: 1,author: 8,category: 0};
}
if (site.url.substr(-1) == "/") {
Expand Down

0 comments on commit afddb8e

Please sign in to comment.