mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
tapochek: add info to config about date setting. resolves #14813
This commit is contained in:
parent
05e1f8c25f
commit
266828ddae
1 changed files with 4 additions and 0 deletions
|
@ -456,6 +456,10 @@ settings:
|
||||||
- name: password
|
- name: password
|
||||||
type: password
|
type: password
|
||||||
label: Password
|
label: Password
|
||||||
|
- name: info_ymd
|
||||||
|
type: info
|
||||||
|
label: About the date
|
||||||
|
default: Before using this indexer please check on the Tapochek website that your account profile <b>Y-m-d</b> setting is <b>Y-m-d H:i</b>. If it is anything else then this indexer will generate a parse error and not return results.
|
||||||
- name: stripcyrillic
|
- name: stripcyrillic
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Strip Cyrillic Letters
|
label: Strip Cyrillic Letters
|
||||||
|
|
Loading…
Add table
Reference in a new issue