From 2e67a293ad7c7954295b5b51490ab87fa10a52ff Mon Sep 17 00:00:00 2001 From: Lovi <62809003+lovi-0@users.noreply.github.com> Date: Sun, 16 Mar 2025 15:42:50 +0100 Subject: [PATCH] api: Add warning altadefinizione (cherry picked from commit 870714ca7e88d26be1fc5530cf5ba90c69f1c296) --- StreamingCommunity/Api/Site/altadefinizione/film.py | 1 + 1 file changed, 1 insertion(+) diff --git a/StreamingCommunity/Api/Site/altadefinizione/film.py b/StreamingCommunity/Api/Site/altadefinizione/film.py index a4c8008..1b6fdb5 100644 --- a/StreamingCommunity/Api/Site/altadefinizione/film.py +++ b/StreamingCommunity/Api/Site/altadefinizione/film.py @@ -85,6 +85,7 @@ def download_film(select_title: MediaItem) -> str: except Exception as e: console.print(f"[red]Error fetching mostraguarda link: {e}") + console.print("[yellow]Missing access credentials. This part of the code is still under development.") if site_constant.TELEGRAM_BOT: bot.send_message(f"ERRORE\n\nErrore durante il recupero del link mostra/guarda.\n\n{e}", None) return None