Merge remote-tracking branch 'origin/main'

# Conflicts:
#	StreamingCommunity/Api/Site/altadefinizione/film.py
This commit is contained in:
RubyTemple 2025-03-16 23:39:13 +01:00
commit 8ef0469309

View File

@ -86,6 +86,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.")
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