diff --git a/src/Jackett.Common/Definitions/aither.yml b/src/Jackett.Common/Definitions/aither.yml index d4e5694c6..b4ebd0bcb 100644 --- a/src/Jackett.Common/Definitions/aither.yml +++ b/src/Jackett.Common/Definitions/aither.yml @@ -32,6 +32,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -91,6 +95,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/asiancinema.yml b/src/Jackett.Common/Definitions/asiancinema.yml index d69a4958d..9bddda38c 100644 --- a/src/Jackett.Common/Definitions/asiancinema.yml +++ b/src/Jackett.Common/Definitions/asiancinema.yml @@ -27,6 +27,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -86,6 +90,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/blutopia.yml b/src/Jackett.Common/Definitions/blutopia.yml index f5fa5032e..7ae11d081 100644 --- a/src/Jackett.Common/Definitions/blutopia.yml +++ b/src/Jackett.Common/Definitions/blutopia.yml @@ -28,6 +28,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -87,6 +91,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/channelx.yml b/src/Jackett.Common/Definitions/channelx.yml index d69525c37..d548930dd 100644 --- a/src/Jackett.Common/Definitions/channelx.yml +++ b/src/Jackett.Common/Definitions/channelx.yml @@ -29,6 +29,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -88,6 +92,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/desireleasers.yml b/src/Jackett.Common/Definitions/desireleasers.yml index 5541b0199..0382903a0 100644 --- a/src/Jackett.Common/Definitions/desireleasers.yml +++ b/src/Jackett.Common/Definitions/desireleasers.yml @@ -29,6 +29,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -88,6 +92,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 50 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/dxdhd.yml b/src/Jackett.Common/Definitions/dxdhd.yml index 306d444f3..5cc9ccc09 100644 --- a/src/Jackett.Common/Definitions/dxdhd.yml +++ b/src/Jackett.Common/Definitions/dxdhd.yml @@ -36,6 +36,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -95,6 +99,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/esharenet.yml b/src/Jackett.Common/Definitions/esharenet.yml index 5e7ba72d7..bcdbc14e1 100644 --- a/src/Jackett.Common/Definitions/esharenet.yml +++ b/src/Jackett.Common/Definitions/esharenet.yml @@ -53,6 +53,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -112,6 +116,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 50 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/hdolimpo.yml b/src/Jackett.Common/Definitions/hdolimpo.yml index b58a90cde..488cc6a5f 100644 --- a/src/Jackett.Common/Definitions/hdolimpo.yml +++ b/src/Jackett.Common/Definitions/hdolimpo.yml @@ -29,6 +29,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -88,6 +92,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/jptv.yml b/src/Jackett.Common/Definitions/jptv.yml index 0676f7cea..84c56ab87 100644 --- a/src/Jackett.Common/Definitions/jptv.yml +++ b/src/Jackett.Common/Definitions/jptv.yml @@ -29,6 +29,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -88,6 +92,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/legacyhd.yml b/src/Jackett.Common/Definitions/legacyhd.yml index 28d761348..62aec17af 100644 --- a/src/Jackett.Common/Definitions/legacyhd.yml +++ b/src/Jackett.Common/Definitions/legacyhd.yml @@ -33,6 +33,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -92,6 +96,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/onlyscene.yml b/src/Jackett.Common/Definitions/onlyscene.yml index a6bd8619a..fce25959e 100644 --- a/src/Jackett.Common/Definitions/onlyscene.yml +++ b/src/Jackett.Common/Definitions/onlyscene.yml @@ -30,6 +30,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -89,6 +93,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/piratadigital.yml b/src/Jackett.Common/Definitions/piratadigital.yml index 82fafa922..c4f5351aa 100644 --- a/src/Jackett.Common/Definitions/piratadigital.yml +++ b/src/Jackett.Common/Definitions/piratadigital.yml @@ -28,6 +28,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -87,6 +91,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/racing4everyone.yml b/src/Jackett.Common/Definitions/racing4everyone.yml index eddea868e..a3c19b31a 100644 --- a/src/Jackett.Common/Definitions/racing4everyone.yml +++ b/src/Jackett.Common/Definitions/racing4everyone.yml @@ -57,6 +57,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -114,6 +118,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/shareisland.yml b/src/Jackett.Common/Definitions/shareisland.yml index 7c9c2df33..1fe76c20e 100644 --- a/src/Jackett.Common/Definitions/shareisland.yml +++ b/src/Jackett.Common/Definitions/shareisland.yml @@ -59,6 +59,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -118,6 +122,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" keywordsfilters: - name: diacritics args: replace diff --git a/src/Jackett.Common/Definitions/tellytorrent.yml b/src/Jackett.Common/Definitions/tellytorrent.yml index 57506ed06..d9ab6d06b 100644 --- a/src/Jackett.Common/Definitions/tellytorrent.yml +++ b/src/Jackett.Common/Definitions/tellytorrent.yml @@ -34,6 +34,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -93,6 +97,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr diff --git a/src/Jackett.Common/Definitions/tvchaosuk.yml b/src/Jackett.Common/Definitions/tvchaosuk.yml index 093e0da6c..7a47f9e7f 100644 --- a/src/Jackett.Common/Definitions/tvchaosuk.yml +++ b/src/Jackett.Common/Definitions/tvchaosuk.yml @@ -40,6 +40,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -99,6 +103,7 @@ search: sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: selector: table > tbody > tr