Improved everything

This commit is contained in:
cool.gitter.choco
2025-01-26 20:14:29 -06:00
parent 8509a123a6
commit feaab332c8
8 changed files with 313 additions and 262 deletions

View File

@@ -33,8 +33,6 @@ def download_album(service, url, main, fallback=None):
method_save=1
)
except Exception as e:
# If the first attempt fails, use the fallback Spotify main
print(f"Failed to download via Deezer fallback: {e}. Trying Spotify fallback main.")
# Load fallback Spotify credentials and attempt download
try:
spo_creds_dir = os.path.join('./creds/spotify', fallback)