mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bitru: fix advertising setting (#9172)
* bitru: remove advertising setting http://bitru.org/browse.php?s=&rek=yes&sort= redirects to https://yandex.ru/ Tested, working * bitru: fix march date Co-authored-by: garfield69 <garfield69@outlook.com>
This commit is contained in:
@@ -30,9 +30,9 @@ settings:
|
||||
- name: adverts
|
||||
type: select
|
||||
label: Include Advertising
|
||||
default: "yes"
|
||||
default: "_"
|
||||
options:
|
||||
"yes": "yes"
|
||||
"_": "yes"
|
||||
"no": "no"
|
||||
- name: sort
|
||||
type: select
|
||||
@@ -111,7 +111,7 @@ search:
|
||||
- name: replace
|
||||
args: ["февраля", "February"]
|
||||
- name: replace
|
||||
args: ["марта ", "March"]
|
||||
args: ["марта", "March"]
|
||||
- name: replace
|
||||
args: ["апреля", "April"]
|
||||
- name: replace
|
||||
|
Reference in New Issue
Block a user