Update hdtorrentsit.yml (#4857) for #4839

Workaround due to https://github.com/Jackett/Jackett/issues/4839
Waiting for a c# version of this tracker
This commit is contained in:
Jorman 2019-03-11 00:28:57 +01:00 committed by garfield69
parent 266568e4ce
commit 90607d561c
1 changed files with 6 additions and 0 deletions

View File

@ -118,13 +118,19 @@
attribute: href attribute: href
size: size:
selector: td:nth-child(3) selector: td:nth-child(3)
seeders:
text: 1
seeders: seeders:
selector: td:nth-child(4) selector: td:nth-child(4)
optional: true
filters: filters:
- name: re_replace - name: re_replace
args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$1"] args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$1"]
leechers:
text: 1
leechers: leechers:
selector: td:nth-child(4) selector: td:nth-child(4)
optional: true
filters: filters:
- name: re_replace - name: re_replace
args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$2"] args: ["(\\d*) \\(\\+\\d*\\)\n? \\| (\\d*) \\(\\+\\d*\\)", "$2"]