mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
desireleasers: upgraded to unit3d 1.9.4
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
- {id: 2, cat: TV, desc: "TV"}
|
- {id: 2, cat: TV, desc: "TV"}
|
||||||
- {id: 3, cat: Audio, desc: "Music"}
|
- {id: 3, cat: Audio, desc: "Music"}
|
||||||
- {id: 4, cat: Audio/Video, desc: "Music Videos"}
|
- {id: 4, cat: Audio/Video, desc: "Music Videos"}
|
||||||
|
- {id: 5, cat: Console, desc: "Game"}
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
@@ -28,7 +29,9 @@
|
|||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
remember: 1
|
remember: 1
|
||||||
error:
|
error:
|
||||||
- selector: form[action$="/login"] span strong
|
- selector: script[nonce]:contains("Error")
|
||||||
|
message:
|
||||||
|
selector: script[nonce]:contains("Error")
|
||||||
test:
|
test:
|
||||||
path: torrents
|
path: torrents
|
||||||
selector: a[href$="/logout"]
|
selector: a[href$="/logout"]
|
||||||
@@ -52,6 +55,7 @@
|
|||||||
tvdb: ""
|
tvdb: ""
|
||||||
tmdb: ""
|
tmdb: ""
|
||||||
mal: ""
|
mal: ""
|
||||||
|
igdb: ""
|
||||||
sort: created_at
|
sort: created_at
|
||||||
direction: desc
|
direction: desc
|
||||||
qty: 100
|
qty: 100
|
||||||
@@ -76,14 +80,20 @@
|
|||||||
optional: true
|
optional: true
|
||||||
selector: div.torrent-poster img
|
selector: div.torrent-poster img
|
||||||
attribute: src
|
attribute: src
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["https://via.placeholder.com/600x900", ""]
|
||||||
|
comments:
|
||||||
|
selector: a[href*="#comments"]
|
||||||
|
attribute: href
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-last-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(6)
|
selector: td:nth-last-child(3)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-child(7)
|
selector: td:nth-last-child(2)
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-child(8)
|
selector: td:nth-last-child(1)
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: ([\d\.]+)
|
args: ([\d\.]+)
|
||||||
@@ -132,4 +142,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.1
|
# UNIT3D 1.9.4
|
||||||
|
Reference in New Issue
Block a user