1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 07:10:44 +00:00

hd4free: updates. unit3d version undetermined.

This commit is contained in:
Garfield69 2019-09-30 00:08:40 +13:00
parent 70064a9f81
commit b14b031961

View file

@ -31,10 +31,18 @@
inputs: inputs:
username: "{{ .Config.username }}" username: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"
remember: 1
error: error:
- selector: table.main:contains("Login Failed!") - selector: form[action$="/login"] .text-red
test: test:
path: torrents path: /
selector: a[href$="/logout"]
ratio:
path: /
selector: li:has(i.fa-signal)
filters:
- name: regexp
args: "Ratio : (\\d+)"
search: search:
paths: paths:
@ -48,7 +56,7 @@
tvdb: "" tvdb: ""
tmdb: "" tmdb: ""
mal: "" mal: ""
sorting: created_at sort: created_at
direction: desc direction: desc
qty: 100 qty: 100
rows: rows:
@ -68,6 +76,13 @@
details: details:
selector: a.view-torrent selector: a.view-torrent
attribute: href attribute: href
banner:
optional: true
selector: div.torrent-poster img
attribute: src
comments:
selector: a[href*="#comments"]
attribute: href
size: size:
selector: td:nth-child(5) selector: td:nth-child(5)
seeders: seeders:
@ -79,6 +94,10 @@
filters: filters:
- name: regexp - name: regexp
args: ([\d\.]+) args: ([\d\.]+)
imdb:
optional: true
selector: a[href*="www.imdb.com/title/tt"]
attribute: href
date: date:
selector: time selector: time
filters: filters: