1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-02-15 07:25:47 +00:00

jackett indexers as of ba889e81ec2da3e160472f792a0fbe642eb6ff78

This commit is contained in:
bakerboy448
2022-07-28 21:54:08 -05:00
parent a454b7e67e
commit c245eb0341
5 changed files with 28 additions and 105 deletions

View File

@@ -96,8 +96,10 @@ search:
selector: details_link
download:
selector: download_link
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@@ -107,6 +109,10 @@ search:
selector: tmdb_id
tvdbid:
selector: tvdb_id
genre:
selector: meta.genres
description:
text: "{{ .Result.genre }}"
files:
selector: num_file
seeders:
@@ -120,8 +126,6 @@ search:
selector: created_at
size:
selector: size
infohash:
selector: info_hash
downloadvolumefactor:
# api returns 0%, 25%, 50%, 75%, 100%
selector: freeleech
@@ -144,4 +148,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.1.1 beta
# json UNIT3D 6.3.0