Clean up retired metadata path

This commit is contained in:
Codex
2026-08-10 11:11:19 +02:00
parent bf72805e7a
commit a41011ae17
6 changed files with 19 additions and 42 deletions
-4
View File
@@ -41,10 +41,6 @@ KAIZOKU_DOWNLOADER = configured_cli_command("KAIZOKU_DOWNLOADER_BIN", "provider_
APP_NAME = "Kaizoku"
VERSION_FILE = PROJECT_ROOT / "VERSION"
CHANGELOG_FILE = PROJECT_ROOT / "CHANGELOG.md"
METADATA_API_HOST = "allanime.day"
METADATA_API = f"https://api.{METADATA_API_HOST}"
METADATA_REFERER = "https://allmanga.to"
METADATA_SITE_BASE = "https://allmanga.to"
ANIMESCHEDULE_API = "https://animeschedule.net/api/v3"
ANIMESCHEDULE_IMAGE_BASE = "https://img.animeschedule.net/production/assets/public/img/"
ANIDB_TITLES_URL = "https://anidb.net/api/anime-titles.xml.gz"