From 0c44f0d43de07a1197b45df09465b73c05c08b40 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sun, 22 Dec 2024 00:01:17 +0200 Subject: [PATCH] jackett indexers as of f8f7684c8218101dbb1c812849dd5f0bc0fde671 [2024-12-21T22:01:17Z] --- definitions/v10/hhd-api.yml | 2 +- definitions/v10/rudub.yml | 4 ++-- definitions/v10/solidtorrents.yml | 2 +- definitions/v10/torrenthr.yml | 8 +++++--- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/definitions/v10/hhd-api.yml b/definitions/v10/hhd-api.yml index e47b5ec4f..8da9f48b6 100644 --- a/definitions/v10/hhd-api.yml +++ b/definitions/v10/hhd-api.yml @@ -151,7 +151,7 @@ search: selector: created_at filters: - name: append - args: " -10:00" # HAST + args: " +00:00" # GMT - name: dateparse args: "MM/dd/yyyy HH:mm:ss zzz" size: diff --git a/definitions/v10/rudub.yml b/definitions/v10/rudub.yml index 443b906d8..75ed8c996 100644 --- a/definitions/v10/rudub.yml +++ b/definitions/v10/rudub.yml @@ -9,9 +9,8 @@ type: semi-private encoding: windows-1251 followredirect: true links: - - https://21december.rudub.online/ + - https://22december.rudub.online/ legacylinks: - - https://21november.rudub.online/ - https://22november.rudub.online/ - https://23november.rudub.online/ - https://24november.rudub.online/ @@ -41,6 +40,7 @@ legacylinks: - https://18december.rudub.online/ - https://19december.rudub.online/ - https://20december.rudub.online/ + - https://21december.rudub.online/ caps: categorymappings: diff --git a/definitions/v10/solidtorrents.yml b/definitions/v10/solidtorrents.yml index 4ec2303bb..7843c4acc 100644 --- a/definitions/v10/solidtorrents.yml +++ b/definitions/v10/solidtorrents.yml @@ -91,7 +91,7 @@ search: category: selector: a.category title: - selector: h5 + selector: h5 a details: selector: h5 a attribute: href diff --git a/definitions/v10/torrenthr.yml b/definitions/v10/torrenthr.yml index 5e59ba370..510e3e988 100644 --- a/definitions/v10/torrenthr.yml +++ b/definitions/v10/torrenthr.yml @@ -38,8 +38,8 @@ caps: modes: search: [q] - tv-search: [q, season, ep] - movie-search: [q] + tv-search: [q, season, ep, imdbid] + movie-search: [q, imdbid] music-search: [q] book-search: [q] @@ -61,7 +61,9 @@ search: - path: browse.php inputs: $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" - search: "{{ .Keywords }}" + search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" + # 0 name, 1 descr, 2 both + blah: "{{ if .Query.IMDBID }}2{{ else }}0{{ end }}" incldead: 1 sort: 4 type: desc