mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-10-28 01:48:51 +05:00
fix(api): respect explicit id_type and remove hidden TMDB fallback
- Movies/TV: if id_type=kp, fetch only from Kinopoisk (with TMDB->KP conversion) - Movies/TV: if id_type=tmdb, fetch only from TMDB - Default (no id_type): keep language-based behavior - README: redact example tokens/keys with placeholders Prevents wrong provider data when opened from search links with id_type.
This commit is contained in:
@@ -57,7 +57,7 @@ TMDB_ACCESS_TOKEN=your_tmdb_access_token
|
||||
JWT_SECRET=your_jwt_secret_key
|
||||
|
||||
# Kinopoisk API
|
||||
KPAPI_KEY=920aaf6a-9f64-46f7-bda7-209fb1069440
|
||||
KPAPI_KEY=your_kp_api_key
|
||||
KPAPI_BASE_URL=https://kinopoiskapiunofficial.tech/api
|
||||
|
||||
# Сервис
|
||||
@@ -74,8 +74,8 @@ GMAIL_APP_PASSWORD=your_gmail_app_password
|
||||
LUMEX_URL=https://p.lumex.space
|
||||
ALLOHA_TOKEN=your_alloha_token
|
||||
VIBIX_HOST=https://vibix.org
|
||||
VIBIX_TOKEN=18745|NzecUXT4gikPUtFkSEFlDLPmr9kWnQACTo1N0Ixq9240bcf1
|
||||
HDVB_TOKEN=b9ae5f8c4832244060916af4aa9d1939
|
||||
VIBIX_TOKEN=your_vibix_token
|
||||
HDVB_TOKEN=your_hdvb_token
|
||||
|
||||
# Торренты (RedAPI)
|
||||
REDAPI_BASE_URL=http://redapi.cfhttp.top
|
||||
|
||||
Reference in New Issue
Block a user