Skip to content

Commit

Permalink
jackett indexers as of 64a9d60e381e5d5d2ea9b2baed4ebaffdb0119c0
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jan 18, 2024
1 parent 3f73746 commit 0439f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion definitions/v7/gktorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Gktorrent
links:
- https://www.gktorrent.mx/
- https://www.gktorrent.wf/
- https://www.gktorrent.fi/
- https://gktorrent.nocensor.cloud/
- https://gktorrent.mrunblock.bond/
Expand Down Expand Up @@ -89,7 +91,7 @@ download:
args: "\\s'(magnet:\\?.+?)';"
search:
paths:
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{ else }}{{ end }}"
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{ else }}top{{ end }}"
keywordsfilters:
# if searching for season packs swith S01 to saison 1 #9712
- name: re_replace
Expand Down
3 changes: 0 additions & 3 deletions definitions/v7/torrentproject2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ search:
t: "{{ .Keywords }}"
orderby: "{{ if .Keywords }}{{ .Config.sort }}{{ else }}{{ end }}"
safe: "{{ if and .Keywords .Config.filter-verified }}on{{ else }}{{ end }}"
keywordsfilters:
- name: re_replace
args: [" ", "+"]

rows:
selector: "#similarfiles div:has(a[href^=\"/t\"])"
Expand Down

0 comments on commit 0439f6c

Please sign in to comment.