mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +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+)"
|
||||
title:
|
||||
selector: a.view-torrent
|
||||
download:
|
||||
selector: a[href*="/download/"]
|
||||
attribute: href
|
||||
details:
|
||||
selector: a.view-torrent
|
||||
attribute: href
|
||||
banner:
|
||||
optional: true
|
||||
selector: div.torrent-poster img
|
||||
|
@ -84,13 +90,6 @@
|
|||
filters:
|
||||
- name: replace
|
||||
args: ["https://via.placeholder.com/600x900", ""]
|
||||
download:
|
||||
method: post
|
||||
selector: a[href*="/download/"]
|
||||
attribute: href
|
||||
details:
|
||||
selector: a.view-torrent
|
||||
attribute: href
|
||||
comments:
|
||||
selector: a[href*="#comments"]
|
||||
attribute: href
|
||||
|
@ -150,4 +149,4 @@
|
|||
"i[data-original-title=\"Global Double Upload\"]": "2" # Global Double Upload
|
||||
"i[data-original-title=\"Featured\"]": "2" # Featured Torrent
|
||||
"*": "1"
|
||||
# UNIT3D 1.9.3
|
||||
# UNIT3D 1.9.4
|
||||
|
|
Loading…
Reference in a new issue