mirror of
https://github.com/Jackett/Jackett
synced 2025-02-27 00:22:54 +00:00
freetorrent: support for Unit3D 2.2.5 upgrade.
This commit is contained in:
parent
394aec14e6
commit
6b66a19631
1 changed files with 16 additions and 14 deletions
|
@ -53,7 +53,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}}"
|
||||||
|
@ -63,6 +63,7 @@
|
||||||
tvdb: ""
|
tvdb: ""
|
||||||
tmdb: ""
|
tmdb: ""
|
||||||
mal: ""
|
mal: ""
|
||||||
|
igdb: ""
|
||||||
sort: created_at
|
sort: created_at
|
||||||
direction: desc
|
direction: desc
|
||||||
qty: 100
|
qty: 100
|
||||||
|
@ -74,7 +75,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:
|
||||||
|
@ -138,17 +139,18 @@
|
||||||
args: ["(?i)(kuud|måneder|mesi|miesiące|meses|měsíce|месяца|месяцев|luni|meses|mois|Monaten|месеца|maanden)", "months"]
|
args: ["(?i)(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
|
||||||
"*": "1"
|
i[class*="fa-certificate text-pink"]: 0 # Featured Torrent
|
||||||
|
"*": 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.3
|
# UNIT3D 2.2.5
|
||||||
|
|
Loading…
Reference in a new issue