mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
hd4free: updates. unit3d version undetermined.
This commit is contained in:
parent
70064a9f81
commit
b14b031961
1 changed files with 22 additions and 3 deletions
|
@ -31,10 +31,18 @@
|
|||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
remember: 1
|
||||
error:
|
||||
- selector: table.main:contains("Login Failed!")
|
||||
- selector: form[action$="/login"] .text-red
|
||||
test:
|
||||
path: torrents
|
||||
path: /
|
||||
selector: a[href$="/logout"]
|
||||
ratio:
|
||||
path: /
|
||||
selector: li:has(i.fa-signal)
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "Ratio : (\\d+)"
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
@ -48,7 +56,7 @@
|
|||
tvdb: ""
|
||||
tmdb: ""
|
||||
mal: ""
|
||||
sorting: created_at
|
||||
sort: created_at
|
||||
direction: desc
|
||||
qty: 100
|
||||
rows:
|
||||
|
@ -68,6 +76,13 @@
|
|||
details:
|
||||
selector: a.view-torrent
|
||||
attribute: href
|
||||
banner:
|
||||
optional: true
|
||||
selector: div.torrent-poster img
|
||||
attribute: src
|
||||
comments:
|
||||
selector: a[href*="#comments"]
|
||||
attribute: href
|
||||
size:
|
||||
selector: td:nth-child(5)
|
||||
seeders:
|
||||
|
@ -79,6 +94,10 @@
|
|||
filters:
|
||||
- name: regexp
|
||||
args: ([\d\.]+)
|
||||
imdb:
|
||||
optional: true
|
||||
selector: a[href*="www.imdb.com/title/tt"]
|
||||
attribute: href
|
||||
date:
|
||||
selector: time
|
||||
filters:
|
||||
|
|
Loading…
Reference in a new issue