Skip to content

Commit

Permalink
Update hdtorrentsit.yml (#4857) for #4839
Browse files Browse the repository at this point in the history
Workaround due to #4839
Waiting for a c# version of this tracker
  • Loading branch information
Jorman authored and garfield69 committed Mar 10, 2019
1 parent 266568e commit 90607d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Jackett.Common/Definitions/hdtorrentsit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,19 @@
attribute: href
size:
selector: td:nth-child(3)
seeders:
text: 1
seeders:
selector: td:nth-child(4)
optional: true
filters:
- name: re_replace
args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$1"]
leechers:
text: 1
leechers:
selector: td:nth-child(4)
optional: true
filters:
- name: re_replace
args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$2"]
Expand Down

0 comments on commit 90607d5

Please sign in to comment.