Skip to content

Commit

Permalink
jackett indexers as of 9b9f26e77fe03e8d391280611ff1d87901a1e422
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Dec 25, 2023
1 parent 92f0ae8 commit 8f639a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion definitions/v7/anthelion-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ search:
q: "{{ .Keywords }}"
tmdb: "{{ .Query.TMDBID }}"
imdb: "{{ .Query.IMDBIDShort }}"
cat: "{{ join .Categories \",\" }}"
# category filtering is disabled since it seems to rely on the AND operator that prevents some releases to show on search.
# cat: "{{ join .Categories \",\" }}"
limit: 100
offset: 0

Expand Down
3 changes: 2 additions & 1 deletion definitions/v8/anthelion-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ search:
q: "{{ .Keywords }}"
tmdb: "{{ .Query.TMDBID }}"
imdb: "{{ .Query.IMDBIDShort }}"
cat: "{{ join .Categories \",\" }}"
# category filtering is disabled since it seems to rely on the AND operator that prevents some releases to show on search.
# cat: "{{ join .Categories \",\" }}"
limit: 100
offset: 0

Expand Down

0 comments on commit 8f639a4

Please sign in to comment.