Skip to content

Commit

Permalink
hdtorrent.it
Browse files Browse the repository at this point in the history
Workaround due to Jackett#4839
Waiting for a c version of this tracker
  • Loading branch information
Jorman committed Mar 10, 2019
1 parent e32f02a commit 10c5f20
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Jackett.Common/Definitions/hdtorrentsit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,18 @@
size:
selector: td:nth-child(3)
seeders:
selector: td:nth-child(4)
text: 1
seeders:
selector: td:nth-child(5)
optional: true
filters:
- name: re_replace
args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$1"]
leechers:
selector: td:nth-child(4)
text: 1
leechers:
selector: td:nth-child(5)
optional: true
filters:
- name: re_replace
args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$2"]
Expand Down

0 comments on commit 10c5f20

Please sign in to comment.