Skip to content

Commit

Permalink
jackett indexers as of f8f7684c8218101dbb1c812849dd5f0bc0fde671 [2024…
Browse files Browse the repository at this point in the history
…-12-21T22:01:17Z]
  • Loading branch information
ServarrAdmin committed Dec 21, 2024
1 parent f037aaf commit 0c44f0d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion definitions/v10/hhd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -41,6 +40,7 @@ legacylinks:
- https://18december.rudub.online/
- https://19december.rudub.online/
- https://20december.rudub.online/
- https://21december.rudub.online/

caps:
categorymappings:
Expand Down
2 changes: 1 addition & 1 deletion definitions/v10/solidtorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ search:
category:
selector: a.category
title:
selector: h5
selector: h5 a
details:
selector: h5 a
attribute: href
Expand Down
8 changes: 5 additions & 3 deletions definitions/v10/torrenthr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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
Expand Down

0 comments on commit 0c44f0d

Please sign in to comment.