mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
blutopia: support for upgrade to unit3d 2.2.0 resolves #6342
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: filterTorrents
|
- path: torrents/filter
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}categories[]={{.}}&{{end}}"
|
$raw: "{{range .Categories}}categories[]={{.}}&{{end}}"
|
||||||
search: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}"
|
search: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}"
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "/categories/.*?\\.(\\d+)"
|
args: "/categories/(\\d+)"
|
||||||
title:
|
title:
|
||||||
selector: a.view-torrent
|
selector: a.view-torrent
|
||||||
download:
|
download:
|
||||||
@@ -127,17 +127,18 @@
|
|||||||
args: [" (ay|kuud|måneder|mesi|miesiące|meses|měsíce|месяца|месяцев|luni|meses|mois|Monaten|месеца|maanden)", "months"]
|
args: [" (ay|kuud|måneder|mesi|miesiące|meses|měsíce|месяца|месяцев|luni|meses|mois|Monaten|месеца|maanden)", "months"]
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"i[data-original-title=\"Personal Freeleech\"]": 0 # 24 Hour FreeLeech From BON Store
|
i[class*="fa-id-badge text-orange"]: 0 # 24 Hour FreeLeech From BON Store
|
||||||
"i[data-original-title=\"Special Freeleech\"]": 0 # Special FreeLeech For Certain User Groups
|
i[class*="fa-trophy text-purple"]: 0 # Special FreeLeech For Certain User Groups
|
||||||
"i[data-original-title=\"Freeleech Token\"]": 0 # Freeleech From Token
|
i[class*="fa-star text-bold"]: 0 # Freeleech From Token
|
||||||
"i[data-original-title=\"Global Freeleech\"]": 0 # Global Freeleech
|
i[class*="fa-coins text-bold"]: 0 # Freeleech From Token
|
||||||
"i[data-original-title=\"Freeleech\"]": 0 # Freeleech
|
i[class*="fa-globe text-blue"]: 0 # Global Freeleech
|
||||||
"i[data-original-title=\"Featured\"]": 0 # Featured Torrent
|
i[class*="fa-star text-gold"]: 0 # Freeleech
|
||||||
|
i[class*="fa-certificate text-pink"]: 0 # Featured Torrent
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"i[data-original-title=\"Double Upload\"]": 2 # Single Torrent Double Upload
|
i[class*="fa-gem text-green"]: 2 # Single Torrent Double Upload
|
||||||
"i[data-original-title=\"Global Double Upload\"]": 2 # Global Double Upload
|
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
||||||
"i[data-original-title=\"Featured\"]": 2 # Featured Torrent
|
i[class*="fa-certificate text-pink"]: 2 # Featured Torrent
|
||||||
"*": 1
|
"*": 1
|
||||||
# UNIT3D 1.9.4
|
# UNIT3D 2.2.0
|
||||||
|
Reference in New Issue
Block a user