mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
shareuniversity: updates for unit3d 1.9.4
This commit is contained in:
parent
b14b031961
commit
b55d0d5926
1 changed files with 7 additions and 8 deletions
|
@ -77,6 +77,12 @@
|
||||||
args: "/categories/.*?\\.(\\d+)"
|
args: "/categories/.*?\\.(\\d+)"
|
||||||
title:
|
title:
|
||||||
selector: a.view-torrent
|
selector: a.view-torrent
|
||||||
|
download:
|
||||||
|
selector: a[href*="/download/"]
|
||||||
|
attribute: href
|
||||||
|
details:
|
||||||
|
selector: a.view-torrent
|
||||||
|
attribute: href
|
||||||
banner:
|
banner:
|
||||||
optional: true
|
optional: true
|
||||||
selector: div.torrent-poster img
|
selector: div.torrent-poster img
|
||||||
|
@ -84,13 +90,6 @@
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://via.placeholder.com/600x900", ""]
|
args: ["https://via.placeholder.com/600x900", ""]
|
||||||
download:
|
|
||||||
method: post
|
|
||||||
selector: a[href*="/download/"]
|
|
||||||
attribute: href
|
|
||||||
details:
|
|
||||||
selector: a.view-torrent
|
|
||||||
attribute: href
|
|
||||||
comments:
|
comments:
|
||||||
selector: a[href*="#comments"]
|
selector: a[href*="#comments"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
@ -150,4 +149,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.3
|
# UNIT3D 1.9.4
|
||||||
|
|
Loading…
Reference in a new issue