Skip to content

Commit

Permalink
fix(indexer): PTT副标题显示、SSD免费不显示
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyanling committed Feb 7, 2024
1 parent 2f50a84 commit 3d23411
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion nas-tools/user.sites.bin

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions nas-tools/user.sites.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "202402071037",
"version": "202402071046",
"indexer": [
{
"id": "zhuzhu",
Expand Down Expand Up @@ -7882,7 +7882,7 @@
]
},
"description": {
"selector": "td:nth-child(2) > table.torrentname > tr > td.embedded > font",
"selector": "td:nth-child(2) > table.torrentname > tr > td.embedded > font[title]:not([title=''])",
"remove": "span,a,img,font,b",
"contents": -1
},
Expand Down Expand Up @@ -16706,19 +16706,19 @@
},
"downloadvolumefactor": {
"case": {
"img.pro_free": 0,
"img.pro_free2up": 0,
"img.pro_50pctdown": 0.5,
"img.pro_50pctdown2up": 0.5,
"img.pro_30pctdown": 0.3,
"span.torrent-pro-icon.torrent-pro-free": 0,
"span.torrent-pro-icon.torrent-pro-twoupfree": 0,
"span.torrent-pro-icon.torrent-pro-halfdown": 0.5,
"span.torrent-pro-icon.torrent-pro-twouphalfdown": 0.5,
"span.torrent-pro-icon.torrent-pro-thirtypercent": 0.3,
"*": 1
}
},
"uploadvolumefactor": {
"case": {
"img.pro_50pctdown2up": 2,
"img.pro_free2up": 2,
"img.pro_2up": 2,
"span.torrent-pro-icon.torrent-pro-twouphalfdown": 2,
"span.torrent-pro-icon.torrent-pro-twoupfree": 2,
"span.torrent-pro-icon.torrent-pro-twoup": 2,
"*": 1
}
},
Expand Down
2 changes: 1 addition & 1 deletion nas-tools/user.sites.pack.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sites/PTT.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
]
},
"description": {
"selector": "td:nth-child(2) > table.torrentname > tr > td.embedded > font",
"selector": "td:nth-child(2) > table.torrentname > tr > td.embedded > font[title]:not([title=''])",
"remove": "span,a,img,font,b",
"contents": -1
},
Expand Down
16 changes: 8 additions & 8 deletions sites/春天.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,19 +138,19 @@
},
"downloadvolumefactor": {
"case": {
"img.pro_free": 0,
"img.pro_free2up": 0,
"img.pro_50pctdown": 0.5,
"img.pro_50pctdown2up": 0.5,
"img.pro_30pctdown": 0.3,
"span.torrent-pro-icon.torrent-pro-free": 0,
"span.torrent-pro-icon.torrent-pro-twoupfree": 0,
"span.torrent-pro-icon.torrent-pro-halfdown": 0.5,
"span.torrent-pro-icon.torrent-pro-twouphalfdown": 0.5,
"span.torrent-pro-icon.torrent-pro-thirtypercent": 0.3,
"*": 1
}
},
"uploadvolumefactor": {
"case": {
"img.pro_50pctdown2up": 2,
"img.pro_free2up": 2,
"img.pro_2up": 2,
"span.torrent-pro-icon.torrent-pro-twouphalfdown": 2,
"span.torrent-pro-icon.torrent-pro-twoupfree": 2,
"span.torrent-pro-icon.torrent-pro-twoup": 2,
"*": 1
}
},
Expand Down

0 comments on commit 3d23411

Please sign in to comment.