diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-09 03:10:07 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-09 03:10:07 +0300 |
| commit | 43ae52c1b9cf8cbb6197639cdb755bbd85eaa9d9 (patch) | |
| tree | b8aeb79e0595df61bd7a6fd52b62be9920fc20f8 /auth | |
| parent | 17d85f5a249ae3b7d7d7a12e19753552d643fa22 (diff) | |
*/*: Remove Gelbooru support
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'auth')
| -rw-r--r-- | auth/config/gelbooru.zsh | 11 | ||||
| -rw-r--r-- | auth/gelbooru.zsh | 8 |
2 files changed, 0 insertions, 19 deletions
diff --git a/auth/config/gelbooru.zsh b/auth/config/gelbooru.zsh deleted file mode 100644 index 6637c67..0000000 --- a/auth/config/gelbooru.zsh +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright (C) 2024-2026 Maria Lisina -# Copyright (C) 2024-2026 Danil Lisin -# SPDX-License-Identifier: Apache-2.0 - -ib_auth=0 -ib_raw=0 -ib_config="gelbooru" -ib_login_file="user_id" -ib_key_file="api_key" -ib_login_word="user ID" -ib_key_word="API key" diff --git a/auth/gelbooru.zsh b/auth/gelbooru.zsh deleted file mode 100644 index d4d6f73..0000000 --- a/auth/gelbooru.zsh +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (C) 2024-2026 Maria Lisina -# Copyright (C) 2024-2026 Danil Lisin -# SPDX-License-Identifier: Apache-2.0 - -output_text="Authorization cannot be verified, make sure you provided correct credentials" - -printf "%s\n" "${ib_login}" > "${login_file}" -printf "%s\n" "${ib_key}" > "${key_file}" |
