Skip to content

Commit

Permalink
btetree: new layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed May 29, 2021
1 parent 9a974cc commit 290456e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Jackett.Common/Definitions/btetree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@ search:
files:
selector: td:nth-child(4)
date:
selector: td:nth-child(6)
selector: td:nth-child(5)
filters:
- name: dateparse
args: "01/02 15:04"
size:
selector: td:nth-child(7)
selector: td:nth-child(6)
grabs:
selector: td:nth-child(8)
selector: td:nth-child(7)
filters:
- name: regexp
args: (\d+)
seeders:
selector: td:nth-child(9)
selector: td:nth-child(8)
leechers:
selector: td:nth-child(10)
selector: td:nth-child(9)
downloadvolumefactor:
text: 0
uploadvolumefactor:
Expand Down

0 comments on commit 290456e

Please sign in to comment.