mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrent9: switch keywordless home page for top-torrent. resolves #15003
and drop proxy which now points to torrent9clone
This commit is contained in:
@@ -9,7 +9,6 @@ followredirect: true
|
|||||||
testlinktorrent: false
|
testlinktorrent: false
|
||||||
links:
|
links:
|
||||||
- https://www.torrent9.fm/
|
- https://www.torrent9.fm/
|
||||||
- https://torrent9.unblockninja.com/
|
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- http://www.torrent9.ec/
|
- http://www.torrent9.ec/
|
||||||
- http://www.torrent9.red/
|
- http://www.torrent9.red/
|
||||||
@@ -45,6 +44,7 @@ legacylinks:
|
|||||||
- https://www.torrent9.gg/
|
- https://www.torrent9.gg/
|
||||||
- https://torrent9.to/ # no response data
|
- https://torrent9.to/ # no response data
|
||||||
- https://www.torrent9.fi/ # this is the torrent9clone domain
|
- https://www.torrent9.fi/ # this is the torrent9clone domain
|
||||||
|
- https://torrent9.unblockninja.com/ # is a proxy for torrent9clone
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
# dont forget to update the search fields category case block
|
# dont forget to update the search fields category case block
|
||||||
@@ -108,7 +108,7 @@ download:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}/search_torrent/{{ .Keywords }}{{ .Config.sort }}{{ else }}{{ end }}"
|
- path: "{{ if .Keywords }}/search_torrent/{{ .Keywords }}{{ .Config.sort }}{{ else }}top_torrent.html{{ end }}"
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
# if searching for season packs with S01 to saison 1 #9712
|
# if searching for season packs with S01 to saison 1 #9712
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
|
Reference in New Issue
Block a user