$raw:"{{ range .Categories }}categories[]={{.}}&{{end}}"
search:"{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"# for dashboard imdbid search
description:""
uploader:""
imdb:"{{ .Query.IMDBIDShort }}"
tvdb:"{{ .Query.TVDBID }}"
tmdb:"{{ .Query.TMDBID }}"
mal:""
igdb:""
start_year:""
end_year:""
sorting:"{{ .Config.sort }}"
direction:"{{ .Config.type }}"
qty:100
page:0
view:list
freeleech:"{{ if .Config.freeleech }}1{{ else }}{{ end }}"
rows:
selector:table > tbody > tr
fields:
category:
selector:a[href*="/categories/"]
attribute:href
filters:
- name:regexp
args:"/categories/(\\d+)"
title:
selector:a.view-torrent
filters:
- name:re_replace
args:["[\\[\\]]"," "]# remove [ and ]
- name:re_replace
args:[" +"," "]# remove duplicate spaces
- name:re_replace
args:["(?i)microhd","BDRip MicroHD"]
- name:re_replace
args:["(?i)(m1080p|mhd1080p)","1080p MicroHD"]
- name:re_replace
args:["(?i)(m720p|mhd720p)","720p MicroHD"]
- name:re_replace
args:["(?i)brrip","BDRip"]
- name:append
args:" MULTi/SPANiSH"# Add language for Sonarr/Radarr
download:
selector:a[href*="/download/"]
attribute:href
details:
selector:a.view-torrent
attribute:href
size:
selector:td:nth-last-child(4)
seeders:
selector:td:nth-last-child(3)
leechers:
selector:td:nth-last-child(2)
grabs:
selector:td:nth-last-child(1)
filters:
- name:regexp
args:(\d+)
date:
selector:time
filters:
# translations for Turkish|Estonian|Danish|Italian|Polish|Norwegian|Portuguese|Czech|Russian|Romanian|Spanish|French|German|Bulgarian|Dutch|Chinese|Japanese|Swedish
- name:re_replace
args:["(?i)(önce|tagasi|geleden|fa|temu|siden|há|atrás|nazpět|назад|acum|în urmă|hace|il y a|vor|преди|前|sedan)"," ago"]