mirror of
https://github.com/Jackett/Jackett
synced 2025-02-19 04:50:36 +00:00
yourbittorrent: add alternate domain. resolves #6500
also covert keywords to lowercase
This commit is contained in:
parent
a5e4299673
commit
b0a711253a
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://yourbittorrent.com/
|
- https://yourbittorrent.com/
|
||||||
|
- https://yourbittorrent2.com/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- https://yourbittorrent.host/
|
- https://yourbittorrent.host/
|
||||||
|
|
||||||
|
@ -36,10 +37,11 @@
|
||||||
inputs:
|
inputs:
|
||||||
v: ""
|
v: ""
|
||||||
c: ""
|
c: ""
|
||||||
q: "{{ .Keywords}}"
|
q: "{{ .Keywords }}"
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["[\\s]+", "-"]
|
args: ["[\\s]+", "-"]
|
||||||
|
- name: tolower
|
||||||
rows:
|
rows:
|
||||||
selector: tr.table-default
|
selector: tr.table-default
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in a new issue