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:
HDVinnie
2019-09-29 14:42:37 -04:00
committed by garfield69
parent cf41350150
commit 4753680229

View File

@@ -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