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:
ilike2burnthing
2020-07-17 06:38:17 +01:00
committed by GitHub
parent 965e400108
commit 521446d745

View File

@@ -30,9 +30,9 @@ settings:
- name: adverts - name: adverts
type: select type: select
label: Include Advertising label: Include Advertising
default: "yes" default: "_"
options: options:
"yes": "yes" "_": "yes"
"no": "no" "no": "no"
- name: sort - name: sort
type: select type: select