mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
rutor: add TB to size detection
This commit is contained in:
parent
fe9459d41a
commit
67a47102ce
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ search:
|
|||
# some results don't have comments which throws off td count. So we go fishing for the following fields
|
||||
size:
|
||||
optional: true
|
||||
selector: td:contains(\00a0GB), td:contains(\00a0MB), td:contains(\00a0kB), td:contains(\00a0B)
|
||||
selector: td:contains(\00a0TB), td:contains(\00a0GB), td:contains(\00a0MB), td:contains(\00a0kB), td:contains(\00a0B)
|
||||
seeders:
|
||||
selector: td span.green
|
||||
leechers:
|
||||
|
|
Loading…
Add table
Reference in a new issue