From 7b090cb15d360fe7be1dd3200ea5c8ac97ca0677 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 17 Oct 2020 16:06:39 +1300 Subject: [PATCH] madsrevolution: add MR and MST --- src/Jackett.Common/Definitions/madsrevolution.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/madsrevolution.yml b/src/Jackett.Common/Definitions/madsrevolution.yml index d989f967c..3b2b469b5 100644 --- a/src/Jackett.Common/Definitions/madsrevolution.yml +++ b/src/Jackett.Common/Definitions/madsrevolution.yml @@ -123,6 +123,7 @@ search: inputs: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}{{ if .Config.freeleech }}action=uploadonly&{{ else }}{{ end }}" searchstr: "{{ .Keywords }}" + # site does not support imdbid searching or present imdb links in results. rows: selector: table#torrent_table > tbody > tr.torrent:has(a[href^="torrents.php?action=download&id="]) @@ -170,4 +171,9 @@ search: "*": 1 uploadvolumefactor: text: 1 -# engine tbd + minimumratio: + text: 0.8 + minimumseedtime: + # 3 days (as seconds = 3 x 24 x 60 x 60) + text: 259200 +# engine n/a