mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
freetorrent: performance updates
This commit is contained in:
parent
f659b748bb
commit
3de500321c
1 changed files with 3 additions and 3 deletions
|
@ -41,11 +41,11 @@
|
||||||
message:
|
message:
|
||||||
selector: script[nonce]:contains("Error")
|
selector: script[nonce]:contains("Error")
|
||||||
test:
|
test:
|
||||||
path: torrents
|
path: /
|
||||||
selector: a[href$="/logout"]
|
selector: a[href$="/logout"]
|
||||||
|
|
||||||
ratio:
|
ratio:
|
||||||
path: torrents
|
path: /
|
||||||
selector: li:has(i.fa-sync-alt)
|
selector: li:has(i.fa-sync-alt)
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
selector: td:nth-last-child(1)
|
selector: td:nth-last-child(1)
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: ([\d\.]+)
|
args: (\d+)
|
||||||
imdb:
|
imdb:
|
||||||
optional: true
|
optional: true
|
||||||
selector: a[href*="www.imdb.com/title/tt"]
|
selector: a[href*="www.imdb.com/title/tt"]
|
||||||
|
|
Loading…
Reference in a new issue