From 766292969ee1e80966b78199539a20e5611fb8b7 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 2 Oct 2020 20:55:18 +1300 Subject: [PATCH] efectodoppler: fix various artistas not in titles also add date TZ add MR and MST --- src/Jackett.Common/Definitions/ebookparadijs.yml | 1 + src/Jackett.Common/Definitions/efectodoppler.yml | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/ebookparadijs.yml b/src/Jackett.Common/Definitions/ebookparadijs.yml index ab9821c63..46a1a2173 100644 --- a/src/Jackett.Common/Definitions/ebookparadijs.yml +++ b/src/Jackett.Common/Definitions/ebookparadijs.yml @@ -177,4 +177,5 @@ search: "*": 1 uploadvolumefactor: text: 1 +# minimumratio: ratioless site, uses credit points instead. # engine n/a diff --git a/src/Jackett.Common/Definitions/efectodoppler.yml b/src/Jackett.Common/Definitions/efectodoppler.yml index d35d92b8a..20a9fb38a 100644 --- a/src/Jackett.Common/Definitions/efectodoppler.yml +++ b/src/Jackett.Common/Definitions/efectodoppler.yml @@ -80,8 +80,6 @@ search: fields: category: text: 1 - artist: - text: "Varios artistas" artist: selector: a[href^="artist.php?id="] optional: true @@ -89,7 +87,7 @@ search: selector: a[href^="torrents.php?id="] filters: - name: prepend - args: "{{.Result.artist}} - " + args: "{{ if .Result.artist }}{{ .Result.artist }}{{ else }}Varios artistas{{ end }} - " details: selector: a[href^="torrents.php?id="] attribute: href @@ -107,8 +105,10 @@ search: selector: td:nth-child(4) span attribute: title filters: + - name: append + args: " +01:00" # CET - name: dateparse - args: "Jan 02 2006, 15:04" + args: "Jan 02 2006, 15:04 -07:00" size: selector: td:nth-child(5) grabs: @@ -126,4 +126,9 @@ search: case: strong.torrent_label[title*="Neutral"]: 0 "*": 1 + minimumratio: + text: 0.6 + minimumseedtime: + # 3 days (as seconds = 3 x 24 x 60 x 60) + text: 259200 # engine n/a