mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
freetorrent: updates for unit3d 1.9.3 (#6061)
- update UNIT3D ver - update login block - add comments selector - add ratio block
This commit is contained in:
@@ -36,12 +36,21 @@
|
|||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
remember: 1
|
||||||
error:
|
error:
|
||||||
- selector: script[nonce]:contains("Error")
|
- selector: script[nonce]:contains("Error")
|
||||||
message:
|
message:
|
||||||
selector: script[nonce]:contains("Error")
|
selector: script[nonce]:contains("Error")
|
||||||
test:
|
test:
|
||||||
path: torrents
|
path: torrents
|
||||||
|
selector: a[href$="/logout"]
|
||||||
|
|
||||||
|
ratio:
|
||||||
|
path: torrents
|
||||||
|
selector: li:has(i.fa-sync-alt)
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "Ratio : (\\d+)"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
@@ -82,6 +91,9 @@
|
|||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://via.placeholder.com/600x900", ""]
|
args: ["https://via.placeholder.com/600x900", ""]
|
||||||
|
comments:
|
||||||
|
selector: a[href*="#comments"]
|
||||||
|
attribute: href
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
@@ -138,4 +150,4 @@
|
|||||||
"i[data-original-title=\"Global Double Upload\"]": "2" # Global Double Upload
|
"i[data-original-title=\"Global Double Upload\"]": "2" # Global Double Upload
|
||||||
"i[data-original-title=\"Featured\"]": "2" # Featured Torrent
|
"i[data-original-title=\"Featured\"]": "2" # Featured Torrent
|
||||||
"*": "1"
|
"*": "1"
|
||||||
# UNIT3D 1.9.2
|
# UNIT3D 1.9.3
|
||||||
|
Reference in New Issue
Block a user